HI guys,
i am trying to display the filter expression in a label, But i am getting column 's as [Name] instead of Name..Any solutions
or How can i take ExpressionPreview in a label with out [] ..?
i am trying to display the filter expression in a label, But i am getting column 's as [Name] instead of Name..Any solutions
or How can i take ExpressionPreview in a label with out [] ..?
protected void RadFilter1_ApplyExpressions(object sender, RadFilterApplyExpressionsEventArgs e) { RadFilterSqlQueryProvider provider = new RadFilterSqlQueryProvider(); provider.ProcessGroup(e.ExpressionRoot); Label1.Text = provider.Result; }