undefined data names in dataprocessor update request after r

Hi,



I am trying to use the dataprocessor on a grid with columns defined in the head of the xml file. I have enabled data names (enableDataNames). At first update requests are fine:



URL:php/update.php?

Data:gr_id=1&title=A%20Time%20to%20Kill%20-test&author=John%20Grisham



but after reloading the grid rows (mygrid.clearAll();mygrid.loadXML(‘grid.xml’)) the data names become undefined:



URL:php/update.php?

Data:gr_id=1&undefined=A%20Time%20to%20Kill%20-%20test&undefined=John%20Grisham



Can you please tell me what is wrong?



Here is my grid xml and html page:



grid.xml:

<?xml version="1.0" encoding="UTF-8"?>





Book Title

Author



px



    

    

        A Time to Kill

        John Grisham

    

    

        Blood and Smoke

        Stephen King

    

    

        The Rainmaker

        John Grisham

    





html:





    

    

    

        

    



    



    Refresh












This is bug in current version of dhtmlxgrid.
The problem already fixed in dev. code, so if you need a fix ASAP - please contact us directly at support@dhtmlx.com and provide your ref. number.