The code below works ok in Chrome but not IE 11
<telerik:RadOrgChart ID="orgOGC" runat="server" GroupColumnCount="4" Skin="Silk" DataSourceID="sdsCommandOrgChart" DataFieldID="User_Id" DataFieldParentID="Supervisor_Id" DataTextField="Full_Name" Orientation="Horizontal" RenderMode="Lightweight" >
<ItemTemplate>
<div >
<div style="text-align: center">
<des:LinkButton runat="server" ID="btnUserDetails" Text='<%#DataBinder.Eval(Container.DataItem, "FullName") %>' OnCommand="btnUserDetails_Command" CommandArgument='<%#DataBinder.Eval(Container.DataItem, "UserId")%>'></des:LinkButton><br />
<%#DataBinder.Eval(Container.DataItem, "JobTitle")%><br />
<%#DataBinder.Eval(Container.DataItem, "Department")%><br />
</div>
</div>
</ItemTemplate>
</telerik:RadOrgChart>
8 Answers, 1 is accepted
I have tested locally your scenario and the OrgChart behaves correctly. Attached you will find the sample aspx page, the code-behind file and a screenshot of the page running. Please, test it at your side and let us know if the problem is still present. We also need to know whether the version of our controls you are using is the last official release (2015.3 1111) or an older one.
I am looking forward to your replay.
Regards,
Veselin Tsvetanov
Telerik
Attached you will find runnable web site testing the orientation issue with the OrgChart. Could you please run it at your side without changing the Web.config? If the problem is still present, could you record a video, running the web site and send it to us? It is also good to know which is the version of IE 11 you are testing on.
Looking forward to your replay.
Regards,
Veselin Tsvetanov
Telerik
Could you please check if you run the page in IE in compatibility mode? If this is the case, it could cause the unexpected orientation of the OrgChart. As it is described in the About section of the OrgChart orientation demo and in the documentation, the feature is available only if the control's Render mode is set to Lightweight. As Lightweight is not supported for IE7, it will not display properly when IE11 fallbacks to IE7 (runs compatibility mode).
I hope that the information provided is useful.
Regards,
Veselin Tsvetanov
Telerik
Thank you for getting back to us and letting us know about the cause for the discussed issue.
Regards,
Veselin Tsvetanov
Telerik