All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
I need a clientside equivalent to rotate a shape in raddiagram. Till now, I'm using the following serverside code :
diagramShape.RotationSettings.Angle = 45;
So, are there an alternative javascript to do the job.
Thanks in advance.
Any update for the above post ?
We are waiting for 22 hours with no answer till now.
Is that acceptable behavior for Telerik support team ??
$find(
"RadDiagram1"
).get_kendoWidget().getShapeById(
"DiagramShape1"
).rotate(45)