I want to use a radcombobox to filter a radgrid column. There is a great example of doing this and I can tweak the example to use a checkbox plus label template in the combo box.
I am running into problems when the column is not just a string field but a multivalued field. For example I have a Person entity and that person has a property that is a list<School>. We bind the column to the Schools property and use a repeater in the template to display the schools. I can successfully build the combobox but am having trouble filtering for records where people only have the selected schools.
I am running into problems when the column is not just a string field but a multivalued field. For example I have a Person entity and that person has a property that is a list<School>. We bind the column to the Schools property and use a repeater in the template to display the schools. I can successfully build the combobox but am having trouble filtering for records where people only have the selected schools.