Link to home
Start Free TrialLog in
Avatar of Mohit Vijay
Mohit VijayFlag for India

asked on

Drag Drop DataGrid Rows using Javascript

Hello,

Is it possible to drag and drop Datagird rows using Javascript. I have list of customer names and we want to re-sequence the order of customers using drag drap feature. the whole thing is re-sequencing of 10,000 list of customer (each row also have text boxes and dropdowons) in 1 second.

After re-sequencing the whole grid, I also want to save it in database with new seqence.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of StealthyDev
StealthyDev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mohit Vijay

ASKER

As I dont have good knowladge of JQuery so its not easy to implement, but by seeing the demo, now I have hope that I can do it.
DoJo is very vey new thing so I am marking JQuery as best solution.
Thanks.