Refresg Grid using

Hi,

I want to use the method loadXMLString() to refresh the content of my grid.

I founded this, but this is not working for me :

viewtopic.php?f=14&t=11382

So I tried this :

grid._refreshFromXML =[true,true,false];
grid.loadXMLString("…");

Again, not working !

Any ideas ?

Thanks a lot !

I’m working with DHTMLX 3.6.

grid._refreshFromXML =[true,true,false];
there is no such method
Please, use:
grid._refresh_mode=[true,true,false];