This is a migrated thread and some comments may be shown as answers.

Columns Reorder Through A List

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 28 Aug 2014, 06:44 AM
Hello,

I am working on a project with a RadGrid and a RadListBox.
The RadListBox contains the columns’ names. The user can reorder the list.

My project requirement is that after the user changes the order of the list,
the corresponding columns will reorder accordingly.

Is it possible? If yes, how do I do it?

 
Thanks,
Daniel.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 01 Sep 2014, 08:31 AM
Hi Daniel,

You can use one of the following methods to achieve the requested functionality:
  • Swap command on the client:
http://www.telerik.com/help/aspnet-ajax/grid-gridtableview-swapcolumns.html
  • Reorder on the client:
http://www.telerik.com/help/aspnet-ajax/grid-gridtableview-reordercolumns-index1-index2.html

To understand the difference between reordering and swapping columns on client, please check out the following topic:
http://www.telerik.com/help/aspnet-ajax/grid-reordering-columns.html

Hope this helps.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or