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
517
WebDataGrid and SelectedRow Server Side
posted

 How can I access the the rows selected in a WebDataGrid on the server side?

For example, I have a WebDataGrid and I've enabled the Selection behavior fot it.  I want the user to be able to select a row in the WebDataGrid then click a button which calls server side code to process the selected row (i.e. getting the values of some of the columns of the selected row).

 I think I need to use the SelectedRowsCollection somehow, but not sure how to use it with my WebDataGrid.

 

Thanks,

John