#11848 closed defect (fixed)
EnhancedGrid with singleClickEdit causes errors with selector
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | edg singleclick edit | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
When using an enhancedGrip in combination with an IFWS with singleClickEdit set to true the selectors have a strange behaviour.
Since the grid expects editable fields it makes the selectors "editable" too.
selectionMode single f.e.
Click on the radio button selector of row X. Then on the selector of row Y. The button of row X will disappear (like switching into "edit" mode) until you click on the blank cell again.
selectionMode multiple f.e.
Checkboxes are not clickable.
e.g.
var grid = new dojox.grid.EnhancedGrid({ '''singleClickEdit: true,'''[[BR]] plugins: { indirectSelection:true, nestedSorting: true, dnd: true }, selectionMode: "single" }, 'enhancedGrid');
Change History (4)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from bryanforbes to evan |
comment:2 Changed 10 years ago by
Owner: | changed from evan to Evan |
---|
comment:3 Changed 10 years ago by
Owner: | changed from Evan to evan |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by #11645, see [23079]