You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
If data is refreshed in a Grid Panel from a server call, the grid has Row Selection Model and grouping enabled, the selection is visually lost once the new data is loaded. The actual selection is retained and visually, it won't show the selected row.
Calling the grid's .getView().refresh() corrects the selection display.
The text was updated successfully, but these errors were encountered:
Found: Ext.NET 5.3.0
Ext.NET Forums' thread: Grouped Datagrid loses selection by DataBind
If data is refreshed in a Grid Panel from a server call, the grid has Row Selection Model and grouping enabled, the selection is visually lost once the new data is loaded. The actual selection is retained and visually, it won't show the selected row.
Calling the grid's
.getView().refresh()
corrects the selection display.The text was updated successfully, but these errors were encountered: