Grid Functionality / Sorting

Single column sorting:


Multiple column sorting:


Sort ascending grids by column:
Theme

Description

This example demonstrates the sorting functionality of the jQuery-based Grid grid control. You can choose to sort single column or multiple column by setting the sorting.multiple property to false or true. You can change the first time sort order by setting sorting.firstAscending to true or false. You can remove the unsorting functionality of a grid by setting sorting.allowUnsort to false. You can find the gridData.js file content here: gridData.js

Was this example useful?