Title Sorting (Server Side)

WorkWithPlus provides the possibility to sort the records of a grid by clicking at the columns.

This sorting is server side, so it will sort among all the records and not only the visible ones. This sort can be applied to regular grids, ColumnsSelector, Grids or GXUI grids.

Also, you can assign to a column a complex sorting, involving more than one attribute (in order to do this you have to select an Order from the Orders of the same parent).

TitleSortingImg01

For more information about Title Sorting and how to implement it, follow the links: Grid Attribute