not displaying the hyperlink

Hi,

    I’m using dhtmlxgrid_pgn.js.If the result page is more than 1.Page Numbers to be shown as hyperlinks.But  its not displaying the hyperlink.Could you please give me a solution how to provide hyperlink for the page numbers ?

With Regards,

 Prabhu

When paging mode  defined, you can define HTML container which will contain navigation buttons ( page links by default )



mygrid.enablePaging(true,10,3,‘some_container’);
    true - paging enabled
    10 - 10 rows per page
    3 - link to 3 pages will be rendered
    some_container - ID of container in which page links will be rendered