paging when data is loaded using html table

Hi,



As part of our requirement, we are evaluating DHTMLXGrid. We are very much impressed with the features provided. Before taking a decision, we want to know if paging is support if we are loading data using html table. I did not find any document or sample code where this is support.



Can i know if paging is supported when data is loaded using HTML table. If possible, please provide any document or sample code to achieve it.



Thanks & Regards,

Vijay

If possible, please provide any document or sample code to achieve it.
While grid loaded from HTML source was not purposed for such task , it possible to force paging in described scenario  
        var grid=new dhtmlXGridFromTable(‘tblToGrid’);
        grid.enablePaging(true,2,2,“areaA”,true,“areaB”);
        grid.changePage(1);

Full sample sent by email.

Can u please send sample code to me also. I also need the pagination while loading data using html table. I tried by using below code which you have given below.
‘var grid=new dhtmlXGridFromTable(‘tblToGrid’);
grid.enablePaging(true,2,2,“areaA”,true,“areaB”);
grid.changePage(1);’

But I am getting javascript error like ‘no such method error’. I am using dhtmlXGridFromTable v2.1 . Please help me as it is very urgent requirement for us.

Thanks in advance…

To use enablePaging() method you should attach dhtmlxgrid_pgn.js file to your page