Hello, I have a quick question:
I am using a single RadGridView for displaying various List<> of custom objects. This works well until I set a filter for one of the columns, and a column with that name doesn't exist on the new bound List<>
The exception is thrown just as I set Datasource="NewCustomList"
I have tried to iterate through the columns for clearing the filter, and I've also tried Clear() the columns, but this didn't help.
How can I reset the filter programmatically?
Thanks
I am using a single RadGridView for displaying various List<> of custom objects. This works well until I set a filter for one of the columns, and a column with that name doesn't exist on the new bound List<>
The exception is thrown just as I set Datasource="NewCustomList"
I have tried to iterate through the columns for clearing the filter, and I've also tried Clear() the columns, but this didn't help.
How can I reset the filter programmatically?
Thanks