Please add a new property to the RadGrid called "Auto-SelectFirstRow=True". The purpose of this property would be to:
1) Auto-detect when new data is loaded into the grid, then automatically select the first row.
2) If paging, automatically selects the first row.
Of course, if no rows are present, it would not select any rows.
An alternative approach would be use "Auto-SelectThisRow=4" where the developer can set the row index to be auto-selected.
Thank you for the consideration.
1) Auto-detect when new data is loaded into the grid, then automatically select the first row.
2) If paging, automatically selects the first row.
Of course, if no rows are present, it would not select any rows.
An alternative approach would be use "Auto-SelectThisRow=4" where the developer can set the row index to be auto-selected.
Thank you for the consideration.