Paging - this._pgn_parentObj is null not an object

Hi

I am getting this._pgn_parentObj is null not an object error message. i have included all dhtmlxgrid paging js files still cannot resolve, please find my below code.



Thanks

Pranathi



    

    

    

    

    

    

    

    







    

    

Paging in dhtmlxTreeGrid



    

        

            

        

        

            

        

    


                


            

Such problem may appears if you have not defined object for paging info output or specified it incorrectly ( not existing id, specified before object rendered, etc. )

Your code have a small typo
mygrid.setColTypes(“tree,ro,”);
must be
mygrid.setColTypes(“tree,ro”);
except of this - all works correctly while using code provided above in local samples