The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team September 26, 2003 01:04 PM
You need to derive from GridDataBoundGrid and override the OnCellClick method.
If you don't call the base class version of this method the grid won't sort. If you call the grid will call SortColumn.
Stefan