Opened 7 years ago
Closed 7 years ago
#17558 closed defect (patchwelcome)
Editable Datagrid Not Updating UI After Changing Option from FilteringSelect Widget
Reported by: | Prateep Gedupudi | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Created editable datagrid by using filtering select widget.Store used is Memory store with object store as adaptor. After changing option from filteringselect the store is updating but UI is not updating with changed option. This is happening on popup editable datagrid. Then I override doApplyCellEdit function with changes mentioned sample given below. It is working fine.
To recreate the issue please comment doapplycelledit function in following sample. Created working sample on following URL:
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.