Hi,
I have a silverlight application,in which there is a combobox in the application.
I want to have different comboitem in the combobox with checkboxes in front of them,user can select multiple cheboxes,and all the comboitem value associated with particular checkbox should be displayed in the combobox in comma seperated way.
who to acheive this functionality.
Please provide me full code as I am new to silverlight.
Thanks in advance.
Loading
C# CornerPosted Jul 8, 2011, 4:51 AM
You want to display the checked items on combobox, I unable to display the items on combobox,because it has one property ,i.e SelectionBoxItemTemplate ,it's a read only property so that I couldn't use with combobox.
I used Itemcontrol for displaying checked items from combobox which will going to display all selected items on Textblock.
Please check the attached code file. I hope it will help you.
Please give me reply.
izm123 gracelessPosted Jul 7, 2011, 10:55 AM