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

Combobox dropdown list close when tooltip dialog open

1 Answer 128 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
karthikeyan
Top achievements
Rank 1
karthikeyan asked on 13 Dec 2016, 10:22 AM

HI 
     I have an issue in kendo combobox I added a tooltip in kendo combobox dropdown list, the issue is when I click the tooltip in the combobox the dropdown was automatically closed. I want the when the tooltip dialog opens then the corresponding combobox dropdown list should not close. I am stuck in this issue help me out.
I used both the e.Preventdefault and e.stoppropagating but its not working. The following code that I used for the tooltip click event and I attached the screenshot of my issue.

comboBox.list.find('.info-MultiComboBox', '.cogInfo', 'cog-widget').click(function (e) {
// For some reason, this click event causes the dropdown to close. Calling preventDefault() stops this behavior.
e.preventDefault();
});

 

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 15 Dec 2016, 09:04 AM
Hi Karthikeyan,

I am closing this thread as a duplicate of the following one:

http://www.telerik.com/forums/kendo-dropdownlist-close-when-tooltip-dialog-opens

You can expect a follow up in the other thread shortly.

Regards,
Dimiter Topalov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ComboBox
Asked by
karthikeyan
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or