#10042 closed enhancement (fixed)
[EnhancedGrid - Indirect selection] - improve compatibility with base DataGrid
Reported by: | Evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.2 |
Keywords: | ibm oci EnhancedGrid | Cc: | [email protected]…, [email protected]…, [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
This patch will contain the following updates in order to be compatible with base DataGrid?
- Specify properties for selection column, the properties are compatible with base DataGrid? cell definitions, a sample usage would be <div id="grid2" dojoType="dojox.grid.EnhancedGrid?" plugins='{indirectSelection: {name: 'xxx', width: '20', ...}}' ... </div>
- Disable checkbox for a particular row dynamically, e.g. dijit.byId('grid').rowSelectCell.setDisabled(rowIndex, true|false);
- Hide / show the checkbox column dynamically - totally the same as base DataGrid?:
- dijit.byId('grid').layout.setColumnVisibility(colIndex, true|false);
- Or use the same way as http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_grid_column_display.html
Change History (10)
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Does this patch completely fix the issue? If so, we can close it as such.
comment:5 follow-up: 7 Changed 11 years ago by
Yes - I can mark it as 1.4 if it's completely fixed (as I asked previously).
comment:6 Changed 11 years ago by
Owner: | changed from Nathan Toone to Evan |
---|
comment:7 Changed 11 years ago by
Replying to toonetown:
Yes - I can mark it as 1.4 if it's completely fixed (as I asked previously).
Yes, it's already fixed, we can close this ticket.
comment:8 Changed 11 years ago by
Milestone: | future → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:9 Changed 11 years ago by
Keywords: | EnhancedGrid added; enhanced grid removed |
---|
comment:10 Changed 10 years ago by
Owner: | changed from Evan to evan |
---|
Note: See
TracTickets for help on using
tickets.
(In [20471]) patch from Evan Huang (IBM) improve compatibility with base DataGrid?. Refs #10042 !strict