Tech Tip: Data Grid Selection Modes
PRODUCT: 4D Web 2.0 Pack | VERSION: 11.1 | PLATFORM: Mac & Win
Published On: June 26, 2008
PLEASE NOTE: This Tech Tip applies to 4D Ajax Framework v11 Release 1
The Data Grid supports 3 selection modes: multi, single, and no selection. Use the setSelectionMode command to specify which mode you intend to use.
myGrid.setSelectionMode(selectionMode); |
- selectionMode:- Possible values are 'multi', 'single', or 'none'. 'multi' is chosen by default.
For more information see the Data Grid API Reference doc at:
https://www.4d.com/support/documentation.html