hi,
i've got a grid populated with data.
i now want to alter the ordering of this data by dragging and dropping rows within this grid.
i've looked at your drag/drop example ...
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx
and it's more involved than i need.
simply put, i want to re-order content, client side, without going back to the server -- or at least without having to load up my data again ... as it seems to be doing in your example - see GetOrders()
are there any examples out there to do this ?
thanks. info appreciated.
Andy
i've got a grid populated with data.
i now want to alter the ordering of this data by dragging and dropping rows within this grid.
i've looked at your drag/drop example ...
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx
and it's more involved than i need.
simply put, i want to re-order content, client side, without going back to the server -- or at least without having to load up my data again ... as it seems to be doing in your example - see GetOrders()
are there any examples out there to do this ?
thanks. info appreciated.
Andy