Hi ,
When user changes from one page to another page, i want the first row in the new page to be selected.
How to do this?
I tried following.
RadGrid page index changed event i did the follwoing.
When user changes from one page to another page, i want the first row in the new page to be selected.
How to do this?
I tried following.
RadGrid page index changed event i did the follwoing.
Radgrid1.MasterTableView.Items[0].Selected = true;
But thsi is not working. It is selecting first item in the first page and not the new page.
Can any one please help.
Regards,
Raj