3.2.0

Mutliple Selection

I am battling to implement multiple selection in the new (V2) grid.

The only example code I can find in the examples is:

obj.setSelectionMode("single-row");

But this sets it to single row selection.I need to set it to something like

obj.setSelectionMode("multiple-row");

I have tried a number of variations but nothing seems to work. How do I set the grid to allow multiple selections?
Rick Jordan
October 12,
Rick,

multiple selection is missing in beta1. This feature will be added to beta2.
Alex (ActiveWidgets)
October 12,
Is this in Beta3?

If so, what is the syntax?
Rick Jordan
December 1,
obj.setSelectionMode("multi-row");

works for me.
spaceninja
January 5,

This topic is archived.

See also:


Back to support forum