Categories | Question details Back To List | ||
dhtmltreegrid move rows I have some questions about treegrid control: 2. My treegrid uses dataprocessor with "row" mode. I have a function that adds rows recursively in 5 levels,
Answer posted on May 28, 2007 10:39 1. Im using moveUp() and moveDown() funtions. Both functions moveRowDown and moveRowUp purposed to be used inside plain dhtmlxGrid, while they can visually work in treeGrid as well, they doesn't use tree hierarchy so result can be incorrect. In case of treeGrid you can use grid.moveRoTo(... which works correctly for both grid and treegrid 2. My treegrid uses dataprocessor with "row" mode. While working with treeGrid there possible situation, when few concurent requests can be sent to the server in same time. Problem partially fixed in latest dataProcessor lib, please contact us directly as dhtmlx@scand.com, and provide your customer number - we will send you latest version. Answer posted on May 28, 2007 10:41 3. When I change the value of a cell with cells() function The row switch to changed state only after manual data updates, it doesn't react to the updates done through API. To mark row as updated, you can use dataProcessor.setUpdated(rowId,true); Answer posted by Darya (Support) on Nov 29, 2014 13:23 The information connected with mobile javascript framework and tree menu dhtml also can help you, so please check it too. |