Is it possbile to change the selected index on the datagrid view, I've tried to modify RadAlertsPanel.CurrentRow.ViewInfo.CurrentIndex But had no luck....
I'm new to this so any help would be appreciated.
Thanks Hayden
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 19 Jan 2010, 10:24 AM
Hi Hayden Trott,
You can't set CurrentIndex property directly. In fact this property is used internally in RadGridView and its behavior might change across versions. I suggest using CurrentRow property or RadGridView. You can also set IsCurrent property of the row. Consider the sample below: