CheckBoxSelectionModel and CellEditor work together, please?
CheckBoxSelectionModel and CellEditor work together, please?
I am using an EditorGrid with the following plug-ins:
- CheckBoxSelectionModel
I then have CellEditors on each of my cells in my grid.
This is what I want:
- CheckBoxSelectionModel plug-in should enable items to be selected using a checkbox. - WORKS!
- Checking the CheckBoxSelectionModel's checkbox should select the row - WORKS!
- Cell editor should select the individual cell to edit - WORKS!
- Selecting a Cell should NOT select the checkbox in the CheckBoxSelectionModel, - PROBLEM!
Basically when I want to edit a cell I don't want it to select the checkbox?