React CardView - remoteOperations
Notifies CardView of the server's data processing operations.
Server-side data processing improves the UI component's performance on large datasets. When the server does not implement particular operations (and/or the corresponding remoteOperations fields are false
) they are executed on the client. Note that the UI component may send queries to the server while executing a client-side operation.
false
. Other operations are always client-side.grouping
Specifies whether grouping must be performed on the server.
Grouping is required only when a user can filter data using a header filter.
If you have technical questions, please create a support ticket in the DevExpress Support Center.