Dear experts,
I'm trying to configure a multi-select SelectItem control that also supports double-click. The documentation says, I quote, "If you need to work with doubleClick events, you can disable this default behavior by explicitly setting formItem.pickListProperties.noDoubleClicks: false."
How do I do this in SmartGWT, i.e. in Java? The setPickListProperties() method takes a ListGrid as a parameter...
A related question: does SmartGWT include a single-select control that displays available items as a scrollable list, *not* as a drop-down?
Best,
Michał
I'm trying to configure a multi-select SelectItem control that also supports double-click. The documentation says, I quote, "If you need to work with doubleClick events, you can disable this default behavior by explicitly setting formItem.pickListProperties.noDoubleClicks: false."
How do I do this in SmartGWT, i.e. in Java? The setPickListProperties() method takes a ListGrid as a parameter...
A related question: does SmartGWT include a single-select control that displays available items as a scrollable list, *not* as a drop-down?
Best,
Michał
Comment