Can anyone tell me what would be the equivalent of Datagrid.SelectedIndex in UltraWebGrid?
Assuming you set the SelectTypeRowDefault to either Single or Extended, off the DisplayLayout object is a SelectedRows collection since multiple rows can be selected.
Actually I was looking for the current row index which I have selected? SelectedRows does not give the index of the currently selected row.