i have 3 grids and 3 dataprocessor respectively
when i reload data into grids, i lost connection between grid and dataprocessors
i activate debug window but not report anything error do not take changes in the grid
excuse me, my english is not very good
thks
when i reload data into grids, i lost connection between grid and dataprocessors
How do you define that grid lost connection with dataProcessor? Does not grids load?
Please check if each grid have attached to the unique instance of dataProcessor.
To check what requests dataProcessor sends you can use dataProcessor debug mode - include dhtmlxdataprocessor_debug.js file to your page.