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

OrgChart export to pdf special characters

$
0
0

Hello Vaselin,

Thank you for your reply. I have done what you suggest. To verify that I included a <div> vid some swdish characters in the <table> I export and they come out ok but not the special characters in the OrgChart. Do you have a working sample?

Best regards

Jan

#exporttopdf{
   font-family:'ARIALN';
}

 

<script type="text/javascript">
      functionexportElement() {
           varexp = $find("RadClientExportManager1");
           exp.exportPDF($telerik.$("#exporttopdf"));
      }
</script>

<tableid="exporttopdf">
    <tr>
        <td>
            <div>åäöÅÄÖ</div>
            <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>

Viewing all articles
Browse latest Browse all 99250

Latest Images

Trending Articles



Latest Images

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