• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Sorting and Filtering in ASP.NET Core Spreadsheet Control

This sample demonstrates sorting and filtering feature using employee details.

DEMO
SOURCE

In this demo, sorting is applied to B(Employee Name) column in ascending order using sort method. The sort order can be specified in order property with following values `Ascending` or `Descending` and its default value is `Ascending`. The sorted data is filtered with value 'Services' in `D` column using filter method on sortComplete event.

More information about sorting and filtering feature can be found in this documentation section.