Browse By Tags

  • client side functions for WebDataGrid

    Does anyone know the 15.x version of these 8.3 client side functions for UltraWebGrid

    _ClickCellButtonHandler
    _CellClickHandler
    _DblClickHandler

    _MouseOverHandler
    _MouseOutHandler

    I think RowSelectionChanged is the 15.x version of _CellClickHandler but…
  • WebDataGrid / WebHierachicalGrid - Row, Grid, Cell client side methods in IG15

    What are the (IG 15) replacement client-side methods for the following :

    igtbl_getRowById
    igtbl_getGridById
    igtbl_getCellById 
    .getCellFromKey 

    Also, does anyone have a chart / page / info as to the various client side methods that v15 and v8 are using? We…

  • Error delaring ClientEvents-Initialize event in WebDataGrid

    Hello! I am trying to call a javascript function that should receive the grid clientID by parameter in the initialize event of the grid. Here's my code:

     <ClientEvents Initialize=<%#"setLongTimeout('" + dgvLocResults.ClientID + "');"%> />…

  • Catch TagretURL click on server side

    Is there any way to catch click on TargetURL in grid cell on server side?

  • RowSelectionChanged gives inaccurate result on multiple selection

    Hi. I am using a WebDataGrid control with multiple rows selection. i have noticed that when i drag the mouse to select multiple rows the selection changed server event is being fired way before the mouse button is release.

    Is that the expected behavior…