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.
Are there any examples of Col moving and sorting in DataBoundGrid?
I am having an Expand Grid configuration what properties you need to set to enable columns to move around by mouse drag?
if you click on the header to do a sort it will only sort the rows in root hierarchy, how do you sort the rows for upper hierarchy?
ADAdministrator Syncfusion Team April 19, 2004 07:27 PM UTC
Hi Vincent,
You have to use the GroupingGrid to do this.
http://www.syncfusion.com/Products/grid.aspx
\Essential Suite\2.0.3.0\Grid\Samples\Grouping
(Final version will be out in couple of days)
Regards,
Jay N
VLVincent LoApril 20, 2004 07:14 AM UTC
I can''t use GroupingGrid as it seems that the only acceptable layout in my work is the Expand Grid in DataBoundGrid.
However, I have realised that there''s a method called Sort() under gridDataBoundGrid1.Binder.Sort(int fieldnum)
it however only sort the rows on root hierarchy level. How can i use similar methods to sort my rows in the child hierarchy?