How can I drag and drop rows in a grid. I am trying to have a simple grid that consists of two columns. Column one is name and two is active YN. the second column will have a checkbox. I want to be able to check if the user name is active and then have the capability to sort the names (by drag and drop) before I hit a submit button. Can a webgrid have drag and drop in rows?
I saw this before.
I wanted drag and drop within same grid and also reorder indexes accordingly.
Thanks,
Rohit
Rohit:
I recorded a video that demonstrates how to do a drag and drop between a couple of WebDataGrids. You can check it out here:
https://www.youtube.com/playlist?list=PLDAFFE8C757FED32E
Best,
Craig
i will appreciate if you can give me a sample for this functionality.
i.e. drag and drop within rows in webdatagrid using drap and drop framework.