:: Forum >>

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
Friday, April 21, 2006
You can use setSelectedRows() method -

obj.setSelectedRows([1]);
Alex (ActiveWidgets)
Friday, April 21, 2006
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
Friday, April 21, 2006

This topic is archived.


Back to support forum

Forum search