#10831 closed defect (fixed)
[patch]dojox grid canEdit feature
Reported by: | shilpashivapuram | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.3.2 |
Keywords: | canedit datagrid | Cc: | |
Blocked By: | Blocking: |
Description
I have changed the canEdit validation in the sample example attached. But when i tabout from an editable cell to non editable the focus changes, but the editor still remains on the old one if the next cell is noneditable. how can we fix this.
Attachments (2)
Change History (7)
Changed 11 years ago by
Attachment: | test_edit_canEdit.html added |
---|
Changed 10 years ago by
Attachment: | datagrid-#10831.patch added |
---|
Fixed, when grid.canEdit(next cell) returns false, we need change to focus to the next editable cell
comment:3 Changed 10 years ago by
Summary: | dojox grid canEdit feature → [patch]dojox grid canEdit feature |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
example canEdit file