yyogev
20 Jun 2012, 8:18 AM
Hello,
I have a combo box inside a grid with cell editing plugin. The logic of the application is such that when a certain option X is selected, I add to the combo option "X #2", and when "X #2 is selected I add option "X #3, and so on.
The store uses local data which is provided by the page on load.
After the new record is added to the store, the next time I open the combo drop-down list by clicking the trigger button ("allQuery"), the list appears to remain unchanged. When looking further, I see that the newly added option was added at the end of the list, regardless of the way the store is sorted.
However, if I enter text in the combo the filtered list shows the newly added option in the proper location.
Thanks,
I have a combo box inside a grid with cell editing plugin. The logic of the application is such that when a certain option X is selected, I add to the combo option "X #2", and when "X #2 is selected I add option "X #3, and so on.
The store uses local data which is provided by the page on load.
After the new record is added to the store, the next time I open the combo drop-down list by clicking the trigger button ("allQuery"), the list appears to remain unchanged. When looking further, I see that the newly added option was added at the end of the list, regardless of the way the store is sorted.
However, if I enter text in the combo the filtered list shows the newly added option in the proper location.
Thanks,