Hi there!
I have a RadGrid which have pagesize of 15 (15 records in an index),
I used:
I have a RadGrid which have pagesize of 15 (15 records in an index),
I used:
var
summaryGridView = $find('<%= RadGrid1.ClientID %>').get_masterTableView();
var
rownum = parseInt(getQuerystring("rowindex"));
summaryGridView.selectItem(rownum);
..and it works fine if the row is in pageindex 1, but If I want to dynamically select records from index 2 and above it doesn't work.
Hope I can find solution, Many Thanks!!
Regards,
Reynald.