Enumeration FilterPageSortLoadMode

The data load mode. By default, the grid loads the data in client mode. In client mode, the grid loads all the data in the browser. In server mode, the grid loads the data from the server. The server can use the filterPageSortArguments to load the data. Please see Please see https://github.com/flexicious/euxdt-example/blob/main/src/app/examples/server-paging.tsx for an example.

Enumeration Members

Enumeration Members

Client: "client"
Server: "server"

Generated using TypeDoc