Categories | Question details Back To List | ||
Reload a specific row from XML Hi, I want to reload one specific row in the grid from server side xml. The exact functionality I want is like updateFromXML(url) - see also http://www.dhtmlx.com/docs/products/kb/index.shtml?q=568 . But with Smart Rendering enabled, nothing gets updated. It reads the file from the server, but does nothing with the returned xml. Is there any way to get updateFromXML() working with Smart Rendering enabled? Thanks! Mark Answer posted by Stanislav on Dec 24, 2007 19:20 >>Is there any way to get updateFromXML() working with Smart Rendering enabled?
Unfortunately there is no way to use mentioned functionality in case of smart rendering, the only way is to use custom functionality to update data |