Hi,
I would like to know if there is a possibililty to just filter on the RadGridView by passing a string to a certain property.
I've seen that there is FilterExpressionChanged Event which has the FilterExpressionChangedEventArgs as argument and that argument has a property FilterExpression.
What I would like to have is to be able to just call this property FilterExpression so I know in a string the filter expression on the entire grid and can also pass a string to this Expression to be able to filter.
Is this possible? Or maybe a workaround?
I would like to know if there is a possibililty to just filter on the RadGridView by passing a string to a certain property.
I've seen that there is FilterExpressionChanged Event which has the FilterExpressionChangedEventArgs as argument and that argument has a property FilterExpression.
What I would like to have is to be able to just call this property FilterExpression so I know in a string the filter expression on the entire grid and can also pass a string to this Expression to be able to filter.
Is this possible? Or maybe a workaround?