I am using SmartGwt 4.1.
we have canExport attribute on DataSourceField which we can set in datasource.ds.xml file. But this attribute is only applicable for xml/cvs/excel format.
Currently i am using follwing line of code to export listgrid to pdf.
above code will export all columns to pdf. Is there any way where we can configure columns on pdf similar to other formats?
we have canExport attribute on DataSourceField which we can set in datasource.ds.xml file. But this attribute is only applicable for xml/cvs/excel format.
Currently i am using follwing line of code to export listgrid to pdf.
Code:
RPCManager.exportContent(listGrid, request)
Comment