paging


Hi,



I am trying to implement paging by setting paging skin as toolbar. I accomplished it when i am loading the grid with xml but when i am loading the data with html as follows paging toolbar is not getting displayed.















    For demo purpose only :: &1

    

    

    

    

    

    

            

            

        

    

    

    

    

        

    

    

    

    

    

    













    <table name=“myGrid” id=“tblToGrid” onbeforeinit=“doBeforeInit()” oninit=“doAfterInit()” forceCellTypes=“true”     style=“width:200px” border=“1” lightnavigation=“true”>

        



            column1

            Column 2

             column3

             column4

             column4

             master checkbox             

        

        

            value 12

            value 12

            

            link

                    

            check        

        

        

            value 12

            value 22

            

            link

            

            check        

                    

        

        

            value 12

            value 32

            

            link    

            

            check        

                        

        

        

        

    
























Can you please help me in this issue.



Thanks

haritha

Add next line to finish paging initialization ( it not necessary in case of loading from external data source, but need, when data loaded from HTML )

myGrid.enablePaging(true,3,2,“recinfoArea”);
myGrid.setPagingSkin(“toolbar”);
myGrid.changePage(0); //will resolve problem