Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by DavidO on Jun 24, 2008 16:04
open dhtmlx forum
In TreeGrid, after drop class definitions clear

After I drop an object it's and all it's child object CSS class definitions are cleared out. Is there anyway to maintain the CSS for each cell after dropping it?
Answer posted by Support on Jun 25, 2008 01:55
It not possible without code modification. In case of TreeGrid row recreated in new location, so its preserv values and userdata, but any other attributes assigned to it will be lost.
You can try to attach custom event handler to onDrop event and restore necessary cell styles from it.