using sub_row_grid

Hi, I am trying to use sub_row_grid in grid. The example given in the documentation is not talking about the xml for the sub_row_grid.



I have issues when I try to load the sub_row_grid.



code

-----









        











    





















xml for main grid

--------------------



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





    

        Last 30 days

        dashboard1.xml

         5

         2

         2

    



    

        FY 2009

        

        2

        4

        7

    



    

        FY 2008

        

        2

        5

        17

    



    

        Pre-FY 2008

        

        11

        20

        28

    







xml for sub_grid

-------------------





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





            

        

         5

         2

         2

    



    

        2

        4

        7

    



    

        2

        5

        17

    



    

        11

        20

        28

    









Could you please check if there are any issues with xml ?

xml for sub_grid should contain part to set sub grid configuration:
<?xml version="1.0" encoding="UTF-8"?>


One




More information about grid’s xml structure you can find here dhtmlx.com/docs/products/doc … dhtmlx_xml

Thanks a lot, it works.