I'm using an UltraWebGrid to display a set of data. The grid allows users to select multiple rows. I would like to know if there is a way to retrieve the selected rows on the client-side using javascript. I saw that there is a javascript method to set a selected row, but are there any methods to retrieve a selected row? Any help would do... Thanks!
Check out https://ko.infragistics.com/help/aspnet/gridmigrationselection
Search for "SelectedRows" in the page. There is a code sample that demonstrates getting the Selected Rows there.
Devin