Opened 7 years ago
Closed 6 years ago
#18191 closed defect (patchwelcome)
Editable Grid
Reported by: | leichtgemerkt | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I wanted to use the alwaysEditing mode in my grid and couldn't catch the ApplyCellEdit? event every time I type something. My cell looks like: { name: "something", field: "something", width: "70px", alwaysEditing: true, editable: true, type: cells.TextBox?}, My Event looks like: on(grid, "ApplyCellEdit?", function(value, rowIndex) {
console.log(value, rowIndex);
});
When I start the grid an try editing I coundn't catch my data with this event continuously. Sometimes it works but not all the time and I don't know why it doesn't work and how to fix that. If i remove "alwaysEditing: true" everything is fine.
Change History (2)
comment:1 Changed 7 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 6 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Is this ticket about the deprecated DojoX Grid?