Skip to main content

Server Mode and Instant Feedback Limitations

  • 3 minutes to read

In server mode, the GridControl does not have simultaneous access to bound data in its entirety. This imposes some limitations on the grid’s features, which are still available in regular binding mode. This topic lists the Server and InstantFeedback Mode limitations.

Data Editing

Records cannot be added or deleted when data is grouped.

Sorting

The following features are not supported:

Grouping

The following features are not supported:

Filtering and Searching

The following features are not supported:

Selection

Row selection is not preserved when data is sorted, grouped, or filtered.

Summary Calculation

The following features are not supported:

Data Sources and Presentation

The following features are not supported:

  • Data values rounding.
  • The top/bottom conditional formatting rules (Top10Items, Top10Percent, Bottom10Items, Bottom10Percent, AboveAverage, BelowAverage).

Functional limitations:

Fixed Rows

Fixed Rows are not supported.

Possible Performance Issues

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.