Completed
Last Updated: 20 Apr 2017 13:19 by ADMIN
ADMIN
Marin Bratanov
Created on: 20 Apr 2017 11:13
Category: Window
Type: Bug Report
0
Removing a restriction zone throws an error
Workaround
Telerik.Web.UI.RadWindow.prototype.set_restrictionZoneID = function(value) {
	this._restrictionZoneID = value;
	if (value && this.isCreated()) {
		this.fitInRestrictionZone();
	}
}
0 comments