Hello,
In my application, i am using ig combo in j query model popup. When user clicks on button, j query popup will open and ig combo will be displaying there.
Once the user presses "Esc" key, the j query popup will be close. Up to here it is working fine but when user selects same item from ig combo and after pressing on "Esc" key then ig combo items are displaying on parent page even though popup is closed.
So i am getting this issue and please check the below attached screenshot for the same and provide me solution to fix this issue.
Hi,Is there any resolution to this that can fix this? Can we change the way the Esc works with the infragistics dropdown so that Esc does not Open the dropdown? It would be OK to close the dropdown but not to open it.
Thanks,
Josh
Hello
any updates please, its urgent.
Thanks
Hello Martin
Thanks for your reply.
as per my requirement, I have to use the closeOnEscape to true of jQuery UI dialog. Can i configure the igcombobox for 'Esc' key, so that it cannot close/open the dropdown.
Hello Josh,
What I can offer is that you configure jQuery UI dialog option: closeOnEscape to false.
The igCombo is handling the ESC key so it can close/open the dropdown. In your case when the igCombo is closed pressing the ESC key will open it, but also the dialog will process the event and will close itself, so at the end the dropdown will loose its parent and will render at the top of the page.
Hope this helps,Martin PavlovInfragistics, Inc.
Hi,
Is there by chance any update to this question?
Thanks!