Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Urban on Feb 16, 2009 02:17
open dhtmlx forum
Refresh grid without clearing all rows

Hi!

I have just started to see if this grid can be used for my application. I have a grid where the number of rows changes constantly. The problem is that old deleted rows does not get removed unless I do a grid.clearall() call. And this produces a clipping effect and also does not keep sorting and marked rows. I'm using the free version for testing at the moment, but intend to buy the professional version if it meets my demands. Is there a better dataprocessor in the professional version where this works better?
Answer posted by dhxSupport on Feb 16, 2009 09:19

dhtmlxGrid PRO has DataProcessor extention which can integrate ghtmlxGrid (dhtmlxTreeGrid) with server side backend. The library monitors changes in the grid and uses a simple protocol to interchange with the server side code.

Please see more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html#grid_art_dataprocessor
http://dhtmlx.com/docs/products/dhtmlxDataProcessor/doc/guide.html#dp_guide
And sample here: http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html