• Material 3
  • Fluent
  • Fluent 2
  • Bootstrap 5
  • Tailwind CSS
  • High Contrast
  • Fluent 2 High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Multi Sorting in ASP.NET Core Tree Grid Control

This sample demonstrates the TreeGrid multi sorting feature. To sort two or more columns, hold the CTRL key and click the column header.

DEMO
SOURCE
Order Name
Category
Order Date
Units

Sorting feature enables us to order the data in a particular direction. It can be enabled by setting the allowSorting as true.

To sort a TreeGrid column by simply click the column header. The icons (ascending) and (descending) specifies the sort direction of a column.

To sort multiple column hold CTRL key and click the column header. To clear sort for a column, hold SHIFT key and click the column header.

While using TreeGrid in a touch device, you have an option for multi sorting in single tap on the treegrid header. By tapping on the treegrid header, it will show the toggle button in small popup with sort icon. Now tap the button to enable the multi-sorting in single tap.

In this demo,

  • Simply click the column header to sort a column.
  • Check the checkboxes in the properties panel to sort a column and uncheck to remove sort from a column.

More information on the data binding can be found in this documentation section.

Transform your ASP.NET Core web apps today with Syncfusion ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab