Browse By Tags

  • Handling *SelectionChanged-events in JavaScript through the CSOM

    HI all,

     

    I'm wondering what's the "correct" way to handle the Row-/Column-/CellSelectionChanged-events in the browser. ASP.NET AJAX already provides an event framework, the WebDataGrid, however, seems to roll its own implementation here.…

  • Select Row on Client Side Javascript

    Hello!

    I would like to select the first row of a WebDataGrid upon load in javascript.  I am calling the following function in the 'SelectionClientEvents -> Initialize' event.

    function SelectRow()
    {
    var grid = document.getElementById('<%=wdgASNList…