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.
Can anyone please provide an example on how to Multi-Column sort using the GridControl. I have seen examples with the GDBG but need to do the samething with the gridControl.
Thanks,
Bob
ADAdministrator Syncfusion Team June 12, 2005 01:51 PM UTC
Here is rough sample showing one way to do multicolumn sorts in a GridControl that holds its data. There is a comment explaining things above the SortCol method.
http://www.syncfusion.com/Support/user/uploads/GridControlMultiColumnSort_2cd85cd1.zip
There is also another similar but different sample in http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29588
ADAdministrator Syncfusion Team June 18, 2005 05:19 PM UTC
Could you please provide the example below in VB.NET as opposed to C#. It isn''t clear from the C# example on how to implement in VB.NET.
Bob
>Here is rough sample showing one way to do multicolumn sorts in a GridControl that holds its data. There is a comment explaining things above the SortCol method.
>
>http://www.syncfusion.com/Support/user/uploads/GridControlMultiColumnSort_2cd85cd1.zip
>
>There is also another similar but different sample in http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29588
ADAdministrator Syncfusion Team June 18, 2005 05:44 PM UTC
Here is a VB version.
http://www.syncfusion.com/Support/user/uploads/GC_MultiColumnSort_283376fa.zip