Hi,
I have an issue in firefox browser, same is working in IE.
I am using Q2 2009 version of infragistics product.
I have ajax updatepanel.
Inside updatepanel, added ultrawebgrid and webcombo and a button.
webcombo is set as a EditorControlID for one of the column in the grid.
When i click the button after selecting dropdown from grid, ajax request is breaking the middle and the Updateprogress indicator remains indefinitely on the page.
For reference attaching a sample project.
I checked the error console, there it was displaying elem.parentNode is null inside webcombo .js file.
Any solution for this?
Also js error r there in file ig_webcombo3_1.js at
function igcmbo_imitateResize(comboId){ var combo = igcmbo_getComboById(comboId); if(combo._imitationWidth!=combo.Element.parentNode.offsetWidth) { var innerctl = igcmbo_getElementById(combo.ClientUniqueId + "_input"); innerctl.style.width = "100%"; igcmbo_onresize(null, comboId); combo._imitationWidth=combo.Element.parentNode.offsetWidth; } }
showing combo.Element.parentNode is null.
Was there an answer for this? I get the same thing.