Search Type: Posts; User: haotten
Search: Search took 0.04 seconds.
-
10 Nov 2010 7:37 PM
- Replies
- 5
- Views
- 2,384
Sorry, forgot to mention, in order to get a list of selected cells, simply call MultiCellSelectionModel.getSelections(). If the resulting list is empty, it means multiple cells where not selected.
-
10 Nov 2010 7:35 PM
- Replies
- 5
- Views
- 2,384
Ok, took your advice and built the MultiCellSelectionModel class that extends CellSelectionModel and supports the selection of multiple cells using the SHIFT or CTRL keys + arrow keys or mouse.
... -
28 Oct 2010 7:03 AM
Jump to post Thread: Grid onRender and mouse events. by haotten
- Replies
- 4
- Views
- 1,645
ok, makes sense..... thx for your help
-
28 Oct 2010 6:56 AM
Jump to post Thread: Grid onRender and mouse events. by haotten
- Replies
- 4
- Views
- 1,645
You are correct, I meant GridCellRenderer. Setting the depth worked perfectly. thx.
Now I need to go look at the code and see what it means to set the cellsectiondepth. -
28 Oct 2010 6:29 AM
Jump to post Thread: Grid onRender and mouse events. by haotten
- Replies
- 4
- Views
- 1,645
I have set up a Grid, where the render event of the ColumnConfigs create a FlexTable to display in the Grid Cell. This works really well, and the grid properly displays all the flextables in the...
-
12 Oct 2010 10:37 AM
- Replies
- 1
- Views
- 684
In the CellSelectionModel several of your mapped keys do not test for "isSelectable" when they move to a new cell. Specifically :
KEY_HOME
KEY_END
KEY_PAGEUP
KEY_PAGEDOWN
These keys have... -
12 Oct 2010 6:52 AM
- Replies
- 5
- Views
- 2,384
In an attempt to create an "Excel" like functionality with the Grid, I have changed the default Grid Selection Model to be the CellSelectionModel, since that allows for individual cell selection. ...
Results 1 to 7 of 7
