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

Drag Column To Reorder Does Not Work

1 Answer 129 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:39 AM
Hello,

I am working on a project with a RadGrid.

My project requirement is that the user can change the order of the columns.
After the user drags a column nothing happens; the order of columns doesn’t change. [See Video]

My code (vb.net): 
RadGrid1.ClientSettings.AllowColumnsReorder = True


How do I solve this?

Thank,
Daniel.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 28 Aug 2014, 07:07 AM
Hi Daniel,

Please set ReorderColumnsOnClient also true to reorder columns in client-side.

VB:
RadGrid1.ClientSettings.AllowColumnsReorder = True
RadGrid1.ClientSettings.ReorderColumnsOnClient = True

Thanks,
Princy
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or