How do you implement the Drag and Drop feature in a UltraWeb Grid?
I remember a demo page with this functionality but I am unable to find it again :)
Hi if you have not found solution. What I am doing is
1. Have an order column in database
2. Hide the column in client and add a column with up down arrow
3. Write a javascript in client side when this up down arrow pressed
4. Which does exchange the order value and sort the grid on column.
It works file and allows you to move the row to higher or lower rows nicely.
Regards
Could you post the java script for moving the rows and resorting them? I have a similar problem.