• How to get a webDataGrid cell's value

    How to get a webDataGrid cell's value Like UtralWebGrid :UltraWebGrid1.Rows[0].Cells.FromKey("Col").Text

  • Re: Copy from Grid to excel Shows the Hidden Column

    Please try with webdatagrid and 

    schema as below 

      <ig:GroupField Key="grp1" RowSpan="1" >

                      <Columns>

                          <ig:GroupField Key="grp2">

                              <Columns>

                                  <ig:BoundDataField…

  • Re: WebDatagrid with multiple bands

    Hi AVV,

    You need to use the WebHierarchicalDataGrid.  The WebDataGrid displays flat data only.

    regards,

    David Young

  • Re: Item command not working in 2014.2

    Hi,

    Thanks for the link. But it doesn't describe anything about "Item Command" event of the webdatagrid.

    Please refer to my initial question.

  • Re: Where is the merge cell functionality on new grid?

    Just checking to see if there has been any update on this.  It was one of my favorite features in the UltraWebGrid, and I really miss it in the WebDataGrid.

  • Re: WebDataTree and WebDataGrid

    Right now a client binding scenario is not supported in the WebDataGrid. Look to the 10.3 release for more details.

  • Dynamic created Webdatagrid get column key in Initialize event

    In dynamically created Webdatagrid, how can one find dynamically created column's key in Initialize event?

  • WebDataGrid - Template columns are not displaying in the New Row

    Why Template columns are not displaying in the New Row of WebDataGrid?

     

    What can I do to display them on New Row?

  • webdatagrid rowSpan in on load

    Hi All,

     

    Can somebody help me how to implement rowSpan in webdatagrid on Load.

     

    Thanks & Regards,

    Ajay K.

  • Re: deleting multiple rows in client side?

    Hi ,

    How do I clear WebDataGrid at client side, instead of deleteing all row using loop

    -Rohan