Categories | Question details Back To List | ||
I am lookiung for a gui to drag and drop rows of data
to set/save the sort order. I use mysql. Is the profess... 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? Answer posted on Mar 07, 2007 10:00 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 ). Answer posted by Stanislav (Support) on Dec 01, 2014 05:01 The information connected with calendar in javascript and ajax php grid also can help you, so please check it too. |