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.
Hi,
In the datagrid in windows forms, how could I programatically determine that the sort is about to occur and then allow it or prevent it?
I don't want to set the datagrid.allowsort=false
I tried to do this in the click event but the sort seems to occur before the click event fires.
Any help?