Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change column order in DataGrid
Message
From
28/12/2006 11:47:08
 
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 1.1
Miscellaneous
Thread ID:
01180574
Message ID:
01180701
Views:
12
Thank you.
This descrbes how to to it programmatically.

How to fire the code like
MoveColumn(myDataGrid, "Customers", 3, 1);
when user uses mouse to change column orders?

This should be common requirement, most grid work in this way.
Where to find sample which implements this in DataGrid ?



>See http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q764q
>
>
>>I have .NET 1 WinForms DataGrid bound to DataTable in C#
>>
>>I need to change column order interactively. VFP grid control allows column reordering by dragging column header by mouse.
>>
>>I tried but DataGrid does not allow this.
>>
>>How to implement column reordering in DataGrid ?
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform