Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
igx-select in igx-grid pops up on a second 'enter' just to be closed automatically due to leaving of an edit mode
posted

Hi

I have igx-select in an edit template of a column in an igx-grid.

To activate it on switching to the edit mode I've decorated it with igxFocus='true'.

The problem is that on next 'enter' the select pops up but then gets closed automatically by the grid due to leaving of the edit mode 

https://stackblitz.com/edit/github-srbuis-dpvliy

The question is how to open the popup on the fist 'enter' stroke or at least prevent closing on the second.

Thank you!