Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
482
Get the selected row on server side
posted

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!