Hello,
I need an exact solution as in your sample and I took a small isolated sample from one of the forum post made by your support guy. And it failed.
When I run the sample, edit row and try to update changes, I get an error like "Microsoft JScript error: Object does not support property or method _destroyTree". And debugger stops at this point in dynamic ScriptResource.axd source file:
When I remove dropdownlist column, everything works fine. Can you please help me with this?
Thanks
I need an exact solution as in your sample and I took a small isolated sample from one of the forum post made by your support guy. And it failed.
When I run the sample, edit row and try to update changes, I get an error like "Microsoft JScript error: Object does not support property or method _destroyTree". And debugger stops at this point in dynamic ScriptResource.axd source file:
removeDropDown:function(){ var _30=this.get_dropDownElement().parentNode; _30.parentNode.removeChild(_30); if(this._disposeChildElements){ Sys.WebForms.PageRequestManager.getInstance()._destroyTree(_30); }
When I remove dropdownlist column, everything works fine. Can you please help me with this?
Thanks