Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vijay on Jul 29, 2008 06:33
open dhtmlx forum
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
Answer posted by Support on Jul 29, 2008 09:18
>> 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.