I am in process of converting asp.net Grid into Infragistics 8.1 UltraWebGrid. I want to get the selected row of Ultrawebgrid on server side. I want the result to be similar to :
GridViewRow row = grid1.SelectedRow;
Please let me know how to go about it.
Thanks!
Disregard - I responded to the incorrect post.
There's no DisplayLayout in the WebDataGrid. It's only in the UltraWebGrid.
grid1.DisplayLayout.SelectedRows