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

Manual row reorder GridTableView

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
raskarov
Top achievements
Rank 1
raskarov asked on 12 Jul 2011, 08:11 PM
I want manual row reorder like in this example: http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx

The problem is that this is the example for RadGrid, but I need the same functionality for "GridTableView" control, since I'm using hierarchy, and cannot replace gridtableview with radgrid (or can I?)

1 Answer, 1 is accepted

Sort by
0
Genti
Telerik team
answered on 18 Jul 2011, 08:44 AM
Hi Zakary,

In this case you just have to specify the following in the RadGrid ClientSettings:
<ClientSettings AllowColumnsReorder="true" ReorderColumnsOnClient="true">
</ClientSettings>


All the best,
Genti
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Grid
Asked by
raskarov
Top achievements
Rank 1
Answers by
Genti
Telerik team
Share this question
or