#13521 closed defect (fixed)
DataGrid - type: 'dojox.grid.cells.Select' not working in defining layout
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.2 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | grid, layout, cellType | Cc: | |
Blocked By: | Blocking: |
Description
When defining Grid layout in JS way, type of cell can only accept class e.g. type: dojox.grid.cells.Select, but doesn't accept string form e.g. type: 'dojox.grid.cells.Select' which should be a valid usage.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | 1.7 → 1.6.2 |
---|
Note: See
TracTickets for help on using
tickets.
In ([25907]) by converting cellType from string to class when needed, also backported to 1.6 branch