Hello,
Have a model radwindow open where the contents of the page contains an asp repeater that generates dynamically rad input controls.
Everything works great until something in the page does an ajax callback.
At that point it is is still ok until you try to do something with the radwindow (move, close, resize ect..)
When you do I get the following error message
"Error: Unable to get property 'reflowing' of undefined or null reference"
trigger [Line: 11557, Col: 33], Telerik.Web.UI.WebResource.axd
b.DropDown.prototype.reflow [Line: 12369, Col: 1], Telerik.Web.UI.WebResource.axd
Anonymous function [Line: 12401, Col: 36], Telerik.Web.UI.WebResource.axd
m.event.dispatch [Line: 1522, Col: 8380], Telerik.Web.UI.WebResource.axd
r.handle [Line: 1522, Col: 5064], Telerik.Web.UI.WebResource.axd
This error only occurs in IE (tested in IE 11, chrome and firefox)
Was wondering if anyone has run into this before and what can be done to fix this.
Thanks.