How to prevent arrow keydown in input of MultiColumnComboBox widget?

0 Answers 63 Views
Grid MultiColumnComboBox
Phuong
Top achievements
Rank 1
Phuong asked on 01 Oct 2021, 09:26 AM
I have a kendoGrid and one of columns perform MultiColumnComboBox  when edit. I have handler the event that when press arrow key, the select cell and edited cell will move and navigate. But when move to MultiColumnComboBox field column the event arrow keyup of input also fired. How can i prevent this when popup of  MultiColumnComboBox is closed and fire normally when pop is opened. How can i resolve this?
Nikolay
Telerik team
commented on 06 Oct 2021, 06:56 AM

Hi Phuong,

Can you please share the custom handler you have? It will be event best if you can replicate the problem in a Doj demo so I can fully understand the case. You can use the following one as a starting point:

Regards,

Nikolay

Phuong
Top achievements
Rank 1
commented on 07 Oct 2021, 02:00 AM | edited

thank you for your support. the solution is i save the event handler of arrow keys (keydown event) and prevent this when popup is closed (user has not input) and push this event when popup is opened. I use .data("events") of Jquery. 

P/S: I think MultiColumnComboBox should have options for posible to select item when user has not input anything in this.

No answers yet. Maybe you can help?

Tags
Grid MultiColumnComboBox
Asked by
Phuong
Top achievements
Rank 1
Share this question
or