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"
>
function
exportElement() {
var
exp = $find(
"RadClientExportManager1"
);
exp.exportPDF($telerik.$(
"#exporttopdf"
));
}
</script>
<
table
id
=
"exporttopdf"
>
<
tr
>
<
td
>
<
div
>åäöÅÄÖ</
div
>
<
asp:image
runat
=
"server"
imageurl
=
"~/styles/images/logo.png"
/>
<
asp:panel
runat
=
"server"
id
=
"Panel1"
visible
=
"false"
>
<
span
class
=
"content"
>
GRUPP: <
asp:Label
runat
=
"server"
ID
=
"Label1"
></
asp:Label
><
br
/>
DATUM: <
asp:Label
runat
=
"server"
ID
=
"Label2"
></
asp:Label
>
</
span
>
</
asp:panel
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
telerik:RadOrgChart
ID
=
"RadOrgChart2"
runat
=
"server"
GroupColumnCount
=
"1"
DisableDefaultImage
=
"true"
>
<
GroupEnabledBinding
>
<
NodeBindingSettings
DataFieldID
=
"ID"
DataFieldParentID
=
"ParentID"
/>
<
GroupItemBindingSettings
DataFieldNodeID
=
"NodeID"
DataFieldID
=
"ID"
DataTextField
=
"Text"
/>
</
GroupEnabledBinding
>
</
telerik:RadOrgChart
>
</
td
>
</
tr
>
</
table
>