Great. Thanks a lot!
That seems very redundant.
1. Pass the ColumnModel containing the SelectionModel to the grid in the constructor.
2. Set the SelectionModel for the Grid.
3. Add the...
Type: Posts; User: bitkopf
Great. Thanks a lot!
That seems very redundant.
1. Pass the ColumnModel containing the SelectionModel to the grid in the constructor.
2. Set the SelectionModel for the Grid.
3. Add the...
Hi,
i try to make multiple rows selectable through checkboxes in a grid without pressing Ctrl or Shift.
I have extracted my problem by this test case:
public class Test implements...