DHTMLXGrid

Hi!

I need to export the data loaded on DHTMLXGrid into PDF Format or excel sheet or word documnet.How could I achieve the export data functionality.Its very urgent.

Thanks,

Ravi G

dhtmlxGrid is fully client side component. Conversion grid to PDF or Word document is really server side task. Grid can serialize itself as XML or CSV - which can be used to further transformation on server side. If such requirement is critical in your case - you can contact sales@dhtmlx.com and request customization of components.