In a JS grid, when a new row is selected, two events are sent :
- "selectionchange" with an empty selection
- "selectionchange" with the new selection
Thus two messages were sent on the bus event. So the tools and ribbon elements needing a refresh ask to refresh twice.
To increase performance,Ext JS grid may be extended to send only one event while selection change for a non empty selection.
- Conditionne
-
CMS-803 Details view not refreshing
-
- Closed
-