Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

RadFilter: adding a filter with a value in the code

$
0
0

Here's the code where I add the filter:

RadFilterEqualToFilterExpression<Boolean> estVersionAnterieureEqualToFilterExpression = new RadFilterEqualToFilterExpression<Boolean>("EstVersionAnterieure");
estVersionAnterieureEqualToFilterExpression.Value = true;
this.RadFilter1.RootGroup.AddExpression(estVersionAnterieureEqualToFilterExpression);
RadFilter1.FireApplyCommand();


Viewing all articles
Browse latest Browse all 78072

Trending Articles