How do i do this?
the scenario is that i have this certain student collection, each student can choose all or some of his enrolled subjects from the multiselect control.
how would you guys do this with a RadGridview Column?
Using mvvm, I tried binding the gridviewcomboboxcolumn with a Keyvaluepair of id and a checkbox collection, but when i tried to show it, it doesn't display the checkbox control in the combo box.
the scenario is that i have this certain student collection, each student can choose all or some of his enrolled subjects from the multiselect control.
how would you guys do this with a RadGridview Column?
Using mvvm, I tried binding the gridviewcomboboxcolumn with a Keyvaluepair of id and a checkbox collection, but when i tried to show it, it doesn't display the checkbox control in the combo box.