Hi,
I've a RadGrid with one column filtered with a RadComboBox.
Following support examples, I've seen that to clear the RadComboBox filter I've to reset the RadGrid1.MasterTableView.FilterExpression and I've to reset the CurrentFilterValue of the interested column.
This solution works well if I've selected only one filter.
But, if I've other filters applied in other columns, resetting the FilterExpression cause the other filters to be resetted too.
The only solution I've found is to manually rebuild the filterExpression, parsing the string with a complicated regular expression.
Is this the right solution?
I've a RadGrid with one column filtered with a RadComboBox.
Following support examples, I've seen that to clear the RadComboBox filter I've to reset the RadGrid1.MasterTableView.FilterExpression and I've to reset the CurrentFilterValue of the interested column.
This solution works well if I've selected only one filter.
But, if I've other filters applied in other columns, resetting the FilterExpression cause the other filters to be resetted too.
The only solution I've found is to manually rebuild the filterExpression, parsing the string with a complicated regular expression.
Is this the right solution?
Greetings
Marco
Marco