Categories | Question details Back To List | ||
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 defaultPlease see example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/clipboard/pro_clipboard.html |