Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I have taken multiselect combobox in Rad telerik control. ie: checkbox inside combobox item

The problem which i am facing is related to setting value of checkbox, from viewmodel. I am using MVVM pattern, so i am not able to find the binding relationship. In form Add mode it will fine because there is not setting value in check box. but in edit mode i collect selected value list from database and set it to combobox. but i am not able to set value. any idea for that?

Any help will be greatly appreciated.
Posted

Ideally, you need to use an attached behaviour that will mark the current item in your and then set the checkbox for the current item.
 
Share this answer
 
Comments
Savalia Manoj M 30-Jan-12 7:36am    
Thanks Abhinav,
But how to set attached behaviour. Please send some code/ link which you know.
Abhinav S 30-Jan-12 8:29am    
Try http://www.nikhilk.net/Entry.aspx?id=194
Hi all,
I solve this and post in codeproject.

Please review this link,
Add Checkbox inside Combobox
 
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