wpf-6281-controls-and-libraries-data-grid-bind-to-data-server-mode-and-instant-feedback-server-mode-limitations.md
In server mode, the GridControl does not have simultaneous access to bound data. This limits the grid’s features available in regular binding mode. This topic lists the Server and InstantFeedback Mode limitations.
TreeListView does not support Server Mode sources.
Records cannot be added or deleted when data is grouped.
The following features are not supported:
The following features are not supported:
The following features are not supported:
Row selection is not preserved when data is sorted, grouped, or filtered.
The following features are not supported:
The following features are not supported:
Functional limitations:
Fixed Rows are not supported.
The GridControl.AutoExpandAllGroups and GridControl.IsRecursiveExpand properties may cause performance issues in GridControl used in Server Mode.
Each expand operation for a group row requires a separate SQL Server request. If the grid control displays a lot of groups, an Expand All operation triggers numerous SQL queries. Performance may suffer.