Hi,
I am using Ajax Control toolkit version 15.1.4 on my Webform. On Chrome browser ( version 47.0.2526.106 m ), when I open the page and selecting item in combobox and pressing enter key, it causes the page to postback.
However, the same page open on firefox, it does not postback the page on pressing enter key.
How to prevent the postback on chrome browser during selecting the combobox's item and pressing enter key.
Please help.
Thanks & Regards
Hatim
Comments: I don't see an easy way to work around this issue. This behavior occurs because of the way ComboBox handles the Enter key: it does not take into account the AutoPostBack option and always calls the __doPostBack() function. To avoid this, the source code was updated. You can find the latest fix [here](https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest).
I am using Ajax Control toolkit version 15.1.4 on my Webform. On Chrome browser ( version 47.0.2526.106 m ), when I open the page and selecting item in combobox and pressing enter key, it causes the page to postback.
However, the same page open on firefox, it does not postback the page on pressing enter key.
How to prevent the postback on chrome browser during selecting the combobox's item and pressing enter key.
Please help.
Thanks & Regards
Hatim
Comments: I don't see an easy way to work around this issue. This behavior occurs because of the way ComboBox handles the Enter key: it does not take into account the AutoPostBack option and always calls the __doPostBack() function. To avoid this, the source code was updated. You can find the latest fix [here](https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest).