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
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