Hello,
I use a RadGrid control with the option "AllowColumnResize" set to true.
The Grid is in the update panel with the timer attached. The timer updates gridevery 7 seconds.
The problem I have is that if I'm resizing the column and timer event occurs then IE7 show the error in this function:
Telerik.Web.UI.GridColumnResizer.prototype={dispose:function(){try{this._destroy()
}catch(a){}if(this._onMouseUpDelegate){$telerik.removeExternalHandler(document,"mouseup",this._onMouseUpDelegate)
}if(this._onMouseMoveDelegate){$removeHandler(this._column._owner._owner.get_element(),"mousemove",this._onMouseMoveDelegate)
} .....
Actually the $removeHandler throws the error because the object this._column._owner._owner.get_element() has no event "mousemove" at all.
Do you have working example with RadGrid, timer to update it AND column resizing?
Thank you.
I use a RadGrid control with the option "AllowColumnResize" set to true.
The Grid is in the update panel with the timer attached. The timer updates gridevery 7 seconds.
The problem I have is that if I'm resizing the column and timer event occurs then IE7 show the error in this function:
Telerik.Web.UI.GridColumnResizer.prototype={dispose:function(){try{this._destroy()
}catch(a){}if(this._onMouseUpDelegate){$telerik.removeExternalHandler(document,"mouseup",this._onMouseUpDelegate)
}if(this._onMouseMoveDelegate){$removeHandler(this._column._owner._owner.get_element(),"mousemove",this._onMouseMoveDelegate)
} .....
Actually the $removeHandler throws the error because the object this._column._owner._owner.get_element() has no event "mousemove" at all.
Do you have working example with RadGrid, timer to update it AND column resizing?
Thank you.