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.
I want to allow the user to order the column just in a descending or ascending way and not to let them see the column in the order that data is loaded. I have used sorting and it works perfectly apart from that. Is there any way to do it?
TSThavasianand Sankaranarayanan Syncfusion Team January 30, 2019 05:28 AM UTC
Hi Ane,
Greetings from Syncfusion.
By default, the sorting order will be as `ascending -> descending -> none(remove sorting)`. At the third click on the header will remove the sorting in Grid.
SO, if you want to disable the unsort state in Grid column then we suggest you to enable allowUnsort property of sortSettings API in Grid.