#9350 closed defect (fixed)
No way to select child rows in TreeGrid
Reported by: | Bryan Forbes | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | General | Version: | 1.3.1 |
Keywords: | Cc: | Nathan Toone | |
Blocked By: | Blocking: |
Description
There is no way to select child rows in a TreeGrid?.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
(In [17645]) refs #9350 !strict
- Changed dojox.grid.cells.TreeCell? to an object to mix in to the cell being instantiated.
- Added dojox.grid._TreeFocusManager to handle keyboard movement.
- Added dojox.grid.TreePath? to make it easier to find paths that are open from a current open path.
- Modified dojox.grid.TreeSelection? to use TreePath?.
- Modified dojox.grid.TreeGrid? to allow editing editable cells.
- Modified dojox.grid.cells._Base.markupFactory to only add a property to the cell def if it's actually defined on the node.
- Modified tundraGrid.css to correctly style cells that are focused.
Note: See
TracTickets for help on using
tickets.
(In [17616]) fixes #9350 !strict