Hi,
I hope you experts could elucidate me on this one. If it is possible to do or not.
Basically i'm trying to create a column picker for a gridview with ajax functionality, somewhere on the page i would have a btn that would popup a div with the available columns these will have a checkbox next to the name to say visible or not, and if i click the name and drag up or down it would order the columns (sorry i can't provide a visual example, i've seen it somewhere but can't remember!). Therefore i require a drag and drop functionality and limit the direction the mouse can go, up or down only, and depending of it's position shift the columns below up or down.
This control will be a server control, that would generate the first set of columns (and remember their order if posted before) and on the submit of a button under the list of columns would raise and event to "rebind" the datagrid.
Is this kind of drag/drop even possible with AJAX / Toolkit?
N.B. If you're wondering i will get the order of the columns by the order of the values on the checkboxes.
Kind Regards,