This is a migrated thread and some comments may be shown as answers.

Issue with mouse clicks when using Kendo combo box in a Kendo grid

3 Answers 125 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lynx IT
Top achievements
Rank 1
Lynx IT asked on 08 May 2013, 12:57 AM
We are experiencing an issue when clicking on a Kendo Combo box in a Kenodo Grid when "navigatable" is enabled on the grid.

The problem occurs more often when using an IE 7-10 browser, but it also occurs when using Chrome,  Firefox.

The following fiddle will demonstrate the problem. Just click between the products categories to reproduce the issue.

JSFiddle

Additional note: We have added mouse event tracking in our code and found that the mouse down/up events were firing several time each when clicking.

3 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 09 May 2013, 10:38 AM
Hi Joseph,

 
I tried to reproduce the problem locally but to no avail – everything is working as expected on our side (please check this screencast). Could you please provide more details about what is the expected behavior and what is the current behavior on your side? Also if possible record a screencast to demonstrate us better what is the exact behavior that you are experiencing. 

Kind regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Lynx IT
Top achievements
Rank 1
answered on 10 May 2013, 01:02 AM
Hi Vladimir,

I have created a screen cast of the problem, towards the end of the cast you will see selecting the category the grid cell gains the focus, but the field does not get it.

As mentioned in previous post the problem only occurs if navigatable is set to true. I also added tracking of the mouse down/up event which appears to be firing several times in this secenerio.

Screencast

Regards
Joe
0
Vladimir Iliev
Telerik team
answered on 13 May 2013, 02:53 PM
Hi Joseph,

 
Thank you for the provided screencast. 

Basically current behavior is expected when "InCell" edit mode is used with Ajax bound comboBox widget and it's intended - closing the cell and destroying the comboBox widget before the current Ajax request is complete can lead to JavaScript errors.

In current case I would suggest to use shared dataSource (which will also reduce the requests to the server) - please check the updated jsFiddle here.

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Lynx IT
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Lynx IT
Top achievements
Rank 1
Share this question
or