Re: [flexcoders] Re: Print-or-PDF AdvancedDataGrid

2011-11-05 Thread hema chandra
Hi, I had faced same problem in my previous project with Alive Pdf. Am not sure about hierarchical data grid in pdf. But datagrid is possible. To achieve this, you have to write your own grid by using alive pdf cell classes. If you want any help reach me at vhemachan...@yahoo.co.in Sent from Y

Re: [flexcoders] Re: Print-or-PDF AdvancedDataGrid

2011-10-24 Thread Paul Hastings
On 10/24/2011 12:05 PM, steveroger_flex wrote: > i went through the purePDF. > but i didn't found "how to get pdf of complete AdvancedDataGrid"... just in case it's not obvious, take the datagrid's dataprovider & use PdfPTable. if the data is hierarchical, you'll need to nest another table to ho