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

RadGrid Reorder

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Neetha
Top achievements
Rank 1
Neetha asked on 21 Apr 2014, 09:48 PM
Hi

Could you please let me know how to accomplish simple drag and place row in the same grid,  

  <ClientSettings AllowRowsDragDrop="true" AllowColumnsReorder="true" ReorderColumnsOnClient="true">
            <ClientEvents OnRowContextMenu="RowContextMenu" />
                  
            <Selecting AllowRowSelect="true" EnableDragToSelectRows="false" />
              <Scrolling AllowScroll="true" UseStaticHeaders="true"></Scrolling>

Do i have to maintain any list in codebehind for this? Please let  me know

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Apr 2014, 09:40 AM
Hi Neetha,

Please go through this documentation on Drag and Drop of Grid Items to know more about dragging rows in a grid.

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