I got a kendo Popup and inside a kendoFilter + kendoGrid.
Everything works well except when I press enter key when positioned inside the text field of one fitler row. The popup just close... DO I have a way to intercept this enter keypress and do something else ?
Thanks
1 Answer, 1 is accepted
0
Martin Bechev
Telerik team
answered on 01 Apr 2025, 08:59 AM
Hello Piere,
I am not sure what the exact configuration is and how the Popup is being set up along with the rest of the Grid elements. Thus, I would probably provide information that isn't relevant to the experienced problem.
I tried to reproduce the issue based on my understanding, but the Popup remains open until the boolean show flag is set to false (which happens when the TextBox is blurred on this case):