Hi,
I’ve not heard from you regarding the issue mentioned above.
I’m unable to figure out that why g.hide(); is called in IE.
_bindParentsScroll: function () {
var g =
this;
var f =
this._getScrollableParents();
f.on("scroll" + d, function () {
g.hide();
});
_bindParentsScroll is called from show function of RadComboBox dropdown.