Opened 9 years ago
Closed 8 years ago
#15415 closed defect (patchwelcome)
EnhancedGrid's row not removed when invoke jsonrest.remove(id)
Reported by: | jzw | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
hi,
if I refresh the web page and invoke the jsonRest.remove(id),it works. but if I add a new row with the jsonRest.put(object),and then invoke jsonRest.remove(id),the data in the server is deleted, but the row in the browser not remove.
the "dojo/store/Observable" may have bugs, please tell me how to resolve the problem, it block my work now.
maybe it's a same bug as #15336
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
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.
We will consider patches to the old DojoX Grid code though.