This is a migrated thread and some comments may be shown as answers.

Editor PDF Export Dynamic Table Issue

1 Answer 45 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Piyushkumar
Top achievements
Rank 1
Piyushkumar asked on 19 Nov 2010, 11:08 PM
Hi,

I am dyanamically adding the entire table to the RadEditor1.content
i.e.
<table width=100%"><colgroup><col /></colgroup>
  <tbody>
    <tr>
      <td>Name</td>
    </tr>
  </tbody>
</table>

It is giving error in PDF.

If I directly add this to content and then export it, it works.
But when I add it code-behind, it is giving error.

Thanks
Piyushkumar

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 24 Nov 2010, 03:01 PM
Hi Piyushkumar,

The PdfExportFilter content filter handles the tables when they are exported to PDF. Could you please see wherther this filter is not disabled and enabled it?

Sincerely yours,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Piyushkumar
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or