Opened 7 years ago
Closed 6 years ago
#17910 closed defect (patchwelcome)
dojox.grid.EnhancedGrid editable fields when on focusing on cells very fast data is copied from previous focused cell to present cell
Reported by: | abm.ansar | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi
i am using dojox.grid.EnhancedGrid? with ItemFileWriteStore? and with canEdit event attached to it.
when i focus on one editable field say row-1 col-1 and immediately when i change focus to other row (and same column) say row-2 col-1. values from row1 col1 is copied to row2 col1.
This happens when i change my focus very fast.
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
It's possible the community may consider patches to the old DojoX Grid code though.