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

[Solved] RadGrid Column Reorder with Column Header Template

1 Answer 245 Views
Grid
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 17 Mar 2008, 08:11 PM
I have a RadGrid that I have enabled client side column reordering on.

_radDataGrid.ClientSettings.AllowColumnsReorder =

true;
_radDataGrid.ClientSettings.ReorderColumnsOnClient =
true;
_radDataGrid.ClientSettings.ColumnsReorderMethod = GridClientSettings.GridColumnsReorderMethod.Reorder;

The columns are all defined programatically using templates.  The header for most of the columns is also defined using a template.  When attempting to drag and drop a column header from one to another for column reordering, the arrows (indicating the reorder placement) only appear when I place the cursor very close to the edge of any other header.  In the examples - the user can simply drag over just about any location on the other headers.  It seems that the templated headers are causing the draggable area to be almost non-existent.  Is there are way to make the column reordering with drag and drop work with templated column headers?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 20 Mar 2008, 01:19 PM
Hello William,

Unfortunately I'm unable to reproduce the behavior you are writing about on my machine. Are you using any custom skin? I have attached a simple test page demonstrating the given scenario. Can you please review it and see if I'm missing something?

All the best,
Rosen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
William
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or