Selection Persistant in the grid list control
If I select a particular row in the grid layout. I want to make that row selected even if I refresh the page.
Can anyone let me know on how to do this.
Sanjay Sharma
April 21,
You can use setSelectedRows() method -
obj.setSelectedRows([1]);
Alex (ActiveWidgets)
April 21,
Thanks for the reply,
But - obj.setSelectedRows([1]); will only select the second row.
My problem is, if we select the row for example 6th row. Then the 6th row highlights.
On refreshing the page again, I want the 6th row highlighted.
Can you please let me know hoe to do thi.
I'm using you basic.htm page for the proof of concept.
Thanks.
Sanjay Sharma
April 21,