Click here to Skip to main content
15,896,493 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i have requirement that inside RadComboBox showing checkbox items.when checkbox items are checked/unchecked then RadComboBox display test need to change accordingly.Please help me on this.

What I have tried:

<telerik:radcombobox horizontalalignment="Left" xmlns:telerik="#unknown">
x:Name="cmbCategory"
Width="350"
ItemsSource="{Binding ProcessNames,Mode=TwoWay}" SelectedIndex="0"
Grid.Column="1" >
<telerik:radcombobox.itemtemplate>
<datatemplate>
<stackpanel orientation="Horizontal">
<checkbox name="BusinessProcessName" content="{Binding CheckProcessNames,Mode=TwoWay}" ischecked="{Binding IsSelected,Mode=TwoWay}">








Posted
Updated 3-Jul-16 23:50pm

1 solution

Hi,

Please set property
XAML
CheckBoxes="True" 
in Telerik radcombobox and check value on selection index change to get selecteditem to do further coding.

Please mark answer if it's helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900