:: Forum >>

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
Saturday, October 8, 2005
try
obj.setSelectionMode("multi-row");
¾ø¶ÔÁã¶È
Friday, November 25, 2005
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
Monday, November 28, 2005
I tried this function , obj.setSelectionMode("multi-row");, and it seemd work!
Nagage.Ray
Tuesday, November 29, 2005
I a m battiling with multi listbox in a grid...
Ravindra
Friday, January 27, 2006

This topic is archived.


Back to support forum

Forum search