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

not clickable items in a ComboBox control

1 Answer 204 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ignacio
Top achievements
Rank 1
Ignacio asked on 20 Sep 2013, 02:44 PM
Hi,

I need to make some of the items in the combobox to act like headers, therefore I need them to be not clickable,  is this possible?

I'm planning in using templates for both the headers (no clickable) and the children elements (the clickable options)

Thank,
Ignacio

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 24 Sep 2013, 09:39 AM
Hello Ignacio,

 
You can wire the select event and check what item is clicked. Check this demo, which shows how to use events of the widget. This jsBin demo shows how to prevent selection of "Small" option.
As a side note, grouping functionality is in our TODO list, but I cannot give you a specific time frame for its implementation.

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ComboBox
Asked by
Ignacio
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or