Available in the Full Version

Data Grid - Handling Remote Features Manually

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

This sample demonstrates how to handle remote features manually without relying on the IgniteUI MVC wrappers.
The remote features are handled on the server side in the GridRemoteData Action in the Controller.
When a specific action is applied to the grid (paging, filtering or sorting) a remote request will be send to the server with additional information stored in the Query String. On the server side, the feature specific parameters are extracted from the Query String and the related data operations are applied to the data. Once the data is fully proccessed the result is returned in JSON format to the client.

Code View

Copy to Clipboard