Reverting to previously selected row
As per previous Forum messages..my understanding is to revert the grid back to previous selected rows (in a multi-select mode), I would invoke the following
obj.setRowProperty("values", array);
Where array would be the values of the selected row indices?
My problem is the grid refreshes, but i do not see the rows highlighted.
If i go to single select, and call the following, the row is highlighted
obj.setSelectionProperty("index", nRow);
Can someone please help?
Thanks
obj.setRowProperty("values", array);
Where array would be the values of the selected row indices?
My problem is the grid refreshes, but i do not see the rows highlighted.
If i go to single select, and call the following, the row is highlighted
obj.setSelectionProperty("index", nRow);
Can someone please help?
Thanks
GridUser
October 26,