Posted
on Apr 2, 2012
(permalink)
Hi,
This is a known issue that occurs when the Chart is used with jQuery UI on the page. The bug is already fixed in our internal builds.
For the moment you can disable the transitions as a workaround:
<%= Html.Telerik().Chart(Model)
.Transitions(false)
...
%>
I hope this helps.
Kind regards,
Tsvetomir Tsonev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.