Available in the Full Version

Tree Grid - Remote Features

This sample demonstrates how to set up the remote features of the igTreeGrid: sorting, filtering, and paging.

This sample is designed for a larger screen size.

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

Requests are handled by the Ignite UI for jQuery TreeGrid MVC Helper Wrapper, which automatically adds the sorting, filtering, and paging parameters to the request and returns the data in the appropriate format for the igTreeGrid. For this to work, the controller action method responsible for sorting, paging, and filtering should be decorated with TreeGridDataSourceAction attribute. Finally, IQuerable data provider should be passed as a view model.

Code View

Copy to Clipboard