Available in the Full Version

Data Grid - Sorting (Remote)

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 remote sorting functionality of the igGridSorting feature. Requests are handled by the Ignite UI for jQuery Grid MVC Helper Wrapper which automatically processes the request sorting parameters and transforms them into LINQ expressions. For this to work the controller action method responsible for the sorting should be decorated with GridDataSourceAction attribute. Finally an IQueryable data provider should be passed as a view model.

Code View

Copy to Clipboard