3.2.0

Multiple selection in Version 2 beta

Hi

I am battling to implement multiple selection in the new 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");

but this does not seem to work.

I have scoured the source code and the forums to no avail.

Has this been implemented yet or am I missing something (like a brain)?
Rick Jordan
October 8,
try
obj.setSelectionMode("multi-row");
¾ø¶ÔÁã¶È
November 25,
I do not believe that this is enabled in beta 2, I think you have to wait until beta 3 for multi-row selection.
Jim Hunter
November 28,
I tried this function , obj.setSelectionMode("multi-row");, and it seemd work!
Nagage.Ray
November 29,
I a m battiling with multi listbox in a grid...
Ravindra
January 27,

This topic is archived.

See also:


Back to support forum