Hello i’m dante from argentina , i have a big problem…
when I call one web service, this service return a big XML, when this xml the are charge in grid have big delay…
Exist one posibility the stopping this proccess or for example the proccess going run
but don’t continue charge data in grid
for example… the xml have more less 100.000 register , i need stopping the charger grid with button…
i tried with any solution that i view in dhtmlx web but I don’t find the answer correct…
thanks very much
PD. Sorry for my english I know that is good… i hope you understand
dear all,
i’m view in forum , i view the post " viewtopic.php?f=2&t=811&p=2167&hilit=stop#p2167 " , i need something similar , becouse i don’t used the “mygrid.xmlLoader”
I’m use the “grid.parse(filas,“jsarray”);” … in “filas” in the filas , i have the big content …
exist something to same for stop?
When you are using “mygrid.xmlLoader” method, you are loading data from external xml file with Ajax and it possible to stop this process. But parse() method works with js array which should be already loaded to the client side. That’s why there is no way to stop it.