I am lookiung for a gui to drag and drop rows of data
to set/save the sort order. I use mysql. Is the professional version something
i could use?
The dhtmlxGrid has support for drag-n-drop in both
editions (Pro version allows drag multiple items and drag items between grid
and tree). But I’m not sure if existing saving models will work for you - grid
can load and save data by AJAX calls through dataProcessor library ( part of
PRO package, has ready to use server side code) - but existing solution save
only grid data, order of rows is not saved. The second saving model is to
serialize data back to XML (available in Pro version) and send XML back
to server, where it will be parsed, and DB updated ( there are no ready to use
solutions ).<o:p></o:p>