Friday, October 17, 2014

KendoWindow appears smaller the second time you open it

Kendo support said this is fixed in the latest release, but it's not.  Found this on stack overflow on how to resolve this bizzare behavior:

var window = $("#yourWindowDiv");
window.data("kendoWindow").options.animation.close.effects.zoom.properties.scale = 1;

No comments:

Post a Comment