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

Multi-level ComboBox

2 Answers 251 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Arunraj
Top achievements
Rank 1
Arunraj asked on 24 Mar 2009, 07:25 PM
Is it possible to create multilevel checkbox list as in Monster.com -> More Search Options -> Occupations drop down using Telerik combobox control ?

Thanks
Arun

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Mar 2009, 05:05 AM
Hello Arunraj,

Check out the code library which demonstrates how to implement a RadComboBox supporting multi-selection with checkboxes. Here checkboxes are placed in Item Template of RadComboBox.
RadComboBox Advanced Multiple Selection

Thanks,
Princy.
0
Arunraj
Top achievements
Rank 1
answered on 26 Mar 2009, 04:32 AM
I  am getting the following errors while trying to test the sample

Error 4 '_Default' does not contain a definition for 'RadComboBox1' and no extension method 'RadComboBox1' accepting a first argument of type '_Default' could be found (are you missing a using directive or an assembly reference?) D:\_LearningProjects\TelerikTest\TelerikTest\Default.aspx.cs 20 18 TelerikTest

Error 5 '_Default' does not contain a definition for 'Label1' and no extension method 'Label1' accepting a first argument of type '_Default' could be found (are you missing a using directive or an assembly reference?) D:\_LearningProjects\TelerikTest\TelerikTest\Default.aspx.cs 26 14 TelerikTest

I am simply trying test the sample you mentioned. I tried adding

using

Telerik.Web.UI; to the default.aspx.cs  and that did not help.

ther than this, It gave me an error that it couldn't find "Telerik.Charting.Dll"..I removed that reference from the web.connfig

Also notice that in your sample project, you have two zip files one with Telerik.Web.UI.Dll and other with RadComboBox.Net2.dll. I am not sure which one to use? I tried adding reference to both DLL's but nothing worked.

Help.


Thanks

Tags
ComboBox
Asked by
Arunraj
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Arunraj
Top achievements
Rank 1
Share this question
or