• How display Group by records in webdatagrid

    Hi ,

      i want to display records with group by option in webdatagrid as like UltraWebGrid.

      refer the attached screen shot for group by display in UltraWebGrid.

      Please help me to display records with group by option in webdatagrid like attached screen…

  • WebDataGrid sorting issue

    Hi,

    i have a WebDataGrid,  which i have set Filter for the first Column then i tried to set filter for the next Column then the filter of the first column is automatically removed and the second column is filtered. is it possible to set multiple filters…

  • Re: Error with the WebScriptManager

    Hello Vivian,

    as you can see, I'm using the WebScriptManager, because I want to use the WebDataGrid.

    I'm still using GridView, because the WebScriptManager and the WebDataGrid fails. This is my problem.

    By now, the WebScriptManager is the only…

  • Re: Table doesn't have a primary key after updated data

    Hello wiley,

    Yes, WebDataGrid requires setting DataSource on every post back.

    I tried to reproduce the issue.

    I am handling RowUpdating event in order to modify the datasource of the WebDataGrid .

    I am not able to reproduce the issue.

    Please refer…

  • How to select all rows using checkbox in webdatagrid

    Hai Team,

    We are using WebDataGrid. In WebDataGrid how can i add checkbox  with each row...and how can i select all rows using checkbox.

    Please look on this as soon as possiable because it very urgent

    Regards

    Felix

  • UpdateCellBatch for WebDataGrid

    I'm converting from UltraWebGrid to WebDataGrid.  After much agony, I've decided that UltraWebGrid.UpdateCellBatch is probably the best design for my app.  But WebDataGrid doesn't have UpdateCellBatch.  Uggh.

    Do you know of any way to make this…

  • Row does not updated

    I am new in WebDataGrid. I have very simple WebDataGrid based on sample "Row editing-server events". I don't use any event.  Problem:   update method is not fired after postback. any changes are not saved.

     <asp:Button ID="btnSave"…

  • Re: Reg: JavaScript Error

    Hi Maya,

           How to apply Sorting, filtering in the above example for the infragisitcs webdatagrid?

           How to display Summaries (i.e) sum of each numeric column in the top of the infragisitcs webdatagrid?

    I am waiting for your message. 

    Please do the…

  • How to delete gridrow using client

    Hi

    How Delete to row in  webdatagrid  in client side

    Previous ultrawebgrid we follow this  format

      for (i = 0; i < oRows.get_length() ; i++) {
           
            igtbl_deleteRow(ClientID + "UsrNfHazmat1_GridPFExpos", oRows.Rows.rows[i].Id);
            i = i - 1;