Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Amrish Jain on Mar 10, 2009 05:34
open dhtmlx forum
Paging and Export Support For Grid

Hi,

I am working on a java web application. I want to use paging for data display in grid. Also i want to export the result displayed in dhtml grid ( From oracle )to Excel. I am using dhtml grid for the data display purpose. My data also included images.

Please help me in getting my queries resolved.

Thanks

Amrish Jain
Answer posted by dhxSupport on Mar 10, 2009 05:51
>> I want to use paging for data display in grid
Paginal output is availible at PRO version. You can test examples here:
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/pro_paging.html
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/pro_paging_dynload.html

>>Also i want to export the result displayed in dhtml grid ( From oracle )to Excel. I am using dhtml grid for the data display purpose. My data also included images.
There is possibility to serialize grid to the csv variable:
mygrid.setCSVDelimiter(delim);//set delimiter to use. Comma by default
var csv = mygrid.serializeToCSV();
This feature is availibly only at PRO version too.
Please see example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/clipboard/pro_clipboard.html