:: Forum >>

Loading And Selecting Multiple Specific Items In The Grid.

Hi All

I need to know if you can set multiple records in the grid to be
selected.

Maybe if you have a code sample that would be great.............

Luv da grid.
Mark Clement
Wednesday, August 11, 2004

http://www.activewidgets.com/documentation/tutorial/grid/selection.htm

May be, you should have done a little searching before posting...
Sudhaker Raj
Wednesday, August 11, 2004
Also if you want some rows pre-selected when you load the grid:

obj.setSelectionProperty("multiple", true);
    obj.setSelectionProperty("values", [1, 2, 4]);
Alex (ActiveWidgets)
Thursday, August 12, 2004

This topic is archived.


Back to support forum

Forum search