This is a migrated thread and some comments may be shown as answers.

Grid in batch edit mode RadComboBox dropdown closes in IE

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fakhrul
Top achievements
Rank 1
Fakhrul asked on 31 Jul 2017, 02:57 PM
We are using the latest Telerik UI controls for asp.net Ajax. We have an IE only issue. When have a Grid that is batch editing enabled. When clicking the cell, it is supposed to open the RadComboBox dropdown. But For IE (I'm using IE11) this dropdown doesn’t stay open for user to choose an item, immediately closes itself when trying to edit. This issue doesn’t happen in other browsers. Any ideas please?

1 Answer, 1 is accepted

Sort by
0
Fakhrul
Top achievements
Rank 1
answered on 30 Aug 2017, 10:45 AM

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.

Tags
Grid
Asked by
Fakhrul
Top achievements
Rank 1
Answers by
Fakhrul
Top achievements
Rank 1
Share this question
or