Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

OrgChart export to pdf special characters

$
0
0

Hello,

I have an OrgChart and a couple of labels and an image that I want to export to PDF using the RadClientExportManager.
Code .aspx: 

table id="exporttopdf">
    <tr>
        <td>
 
            <asp:imagerunat="server"imageurl="~/styles/images/logo.png"/>
            <asp:panelrunat="server"id="Panel1"visible="false">
                            <spanclass="content">
                                GRUPP: <asp:Labelrunat="server"ID="Label1"></asp:Label><br/>
                                DATUM: <asp:Labelrunat="server"ID="Label2"></asp:Label>
                            </span>
                        </asp:panel>
        </td>
    </tr>
    <tr>
        <td>
            <telerik:RadOrgChartID="RadOrgChart2"runat="server"GroupColumnCount="1"DisableDefaultImage="true">
                <GroupEnabledBinding>
                    <NodeBindingSettingsDataFieldID="ID"DataFieldParentID="ParentID"/>
                    <GroupItemBindingSettingsDataFieldNodeID="NodeID"DataFieldID="ID"DataTextField="Text"/>
                </GroupEnabledBinding>
            </telerik:RadOrgChart>
        </td>
    </tr>
</table>

However my swedish special characters doesn't show properly in the PDF.
I've been using this demo http://docs.telerik.com/devtools/aspnet-ajax/controls/clientexportmanager/how-to/exporting-special-characters
and it works as expected.

What do I need to do to get it to work with the orgChart?

Any suggestions appreciated

Regards

Janne


Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>