Export to PDF

I’m using grid with export to pdf and excel.
With excel there are no problems but with pdf export is returned a file with 0 bytes.
I’m using version 3.6
Can anyone help me?
thanks

Hello,
please, provide link to your page with grid or complete demo.

Hello,
I can’t provide a link.

I call a aspx page with javascript:
SKgrid.toExcel(‘exportGrid.aspx’);

ASPX contains code (onload):
Dim xml As String = Request.Form(“grid_xml”)
xml = Context.Server.UrlDecode(xml)
Dim writer As New PDFWriter
writer.Generate(xml, Context.Response)

and xml is:

I hope that’s enough
Thanks

can anyone help me ?

Hi,
we’ve confirmed the problem,
export to pdf crashes if column have 0 width. I’ll post quick fix here at the beginning of the next week