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

[Solved] class="combo-item-template" which is in 2009 not available in Q32008.

1 Answer 66 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 21 Apr 2009, 01:50 PM
Hi,

   I have used multiselect items in combobox as shown in Q1 2009(ComboBox -> Functionality -> Templates). In that i have seen as:

<ItemTemplate>
                            <divonclick="StopPropagation(event)" class="combo-item-template">

  When i use this in my project which is currently using Q3 2008, giving a message called "css class not found". I think this class is only included in 2009. Can i use this in 2008 by adding any references in my project? If it can be used please tell how to add references.


Thanks,
Josh.

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 21 Apr 2009, 03:15 PM
Hello Josh,

This css class is defined in the example - please see the styles.css file under YOUR_INSTALLATION_DIRECTORY\Live Demos\ComboBox\Examples\Functionality\Templates.
You may add a reference to this css file like in the example:

head runat="server"
   <link href="styles.css" rel="stylesheet" type="text/css" /> 
</head> 
 

Greetings,
Helen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Josh
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or