Add items to dataView from XML file

In case of grid it is possible to add new rows from XML file using updateFromXML() method without reloading the whole batch of data. Is it possible to add new items to dhtmlxDataView in the same way?

You can use simple load() method. Little sample for you is attached
14.06.18.rar (137 KB)

Thank you!!

You are welcome!