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.
What do I need to do to sort a column that has all numbers in it? The datagrid always assumes that the data in the columns are string type and sorts them as strings . Say I have a column called "Results" and has the following data:
Before sort After sort
-------- ------
112 1111
2032 112
233 2032
1111 233
But it will sort the non-numeric colums fine.
I''d really appreciate your help. Thanks
Jawed