3.2.0

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
August 11,

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

May be, you should have done a little searching before posting...
Sudhaker Raj
August 11,
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)
August 12,

This topic is archived.

See also:


Back to support forum