This is a migrated thread and some comments may be shown as answers.

Filter and Aggregate Functions with GridViewExpressionColumns

7 Answers 224 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Heiko Görig
Top achievements
Rank 1
Heiko Görig asked on 17 Jan 2011, 07:08 PM
Hello,

Is it possible to enable filtering for expression columns and to use aggregate function over calculated values or do you plan to add these features?

Regards,

Heiko

7 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 18 Jan 2011, 03:29 PM
Hi Heiko Görig,

 We have plans to introduce filtering UI to the Expression column, but I cannot say exactly when this feature will be available. You can, however, use the new generic FilterDescriptor<T> class (you can read more about it here). You can use the expression in the GridViewExpressionColumn and programmatically build a boolean binary expression that you can use in the generic FilterDescriptor.

 You can also use the new generic AggregateFunction<TElement, TResult> and feed it the GridViewExpressionColumn's expression.

Greetings,
Yavor Georgiev
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
stauder
Top achievements
Rank 1
answered on 08 Feb 2011, 09:32 AM
Sorry, wrong post, erase it please
0
Joel
Top achievements
Rank 1
answered on 25 Jul 2011, 10:10 PM
Hello,

I am wondering if there is an update on when filtering will be enabled for the GridViewExpressionColumn?

Is there a possible workaround to get the same filtering functionality of the GridViewBoundColumnBase?

Thanks,
Joel
0
Nedyalko Nikolov
Telerik team
answered on 29 Jul 2011, 01:04 PM
Hello Joel,

This feature is in our TODO list, unfortunately I cannot commit with any specific date or release when it will be ready.

Kind regards,
Nedyalko Nikolov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Kumar
Top achievements
Rank 1
answered on 11 Nov 2011, 05:02 PM
Any progress on this feature please?

Thanks,
Kumar
0
Bastian
Top achievements
Rank 1
answered on 06 Dec 2011, 04:09 PM
Hi,

i also need this feature is there any progress?

best regards

Bastian
0
Nedyalko Nikolov
Telerik team
answered on 09 Dec 2011, 07:17 AM
Hello,

We've made a research about adding filtering to GridViewExpressionColumn. Unfortunately we end up with a conclusion that we cannot add the "default" filtering control without some breaking changes, which is not an option. We are investigating some other approaches, but I cannot commit when we will add filtering functionality for GridViewExpressionColumn out-of-the-box. However for the time being you can take a look at the following blog posts - about creating custom filtering control (which in fact was the initial idea about filtering support for GridViewExpressionColumn).
Sorry for the inconvenience caused.

Link1
Link2

Regards,
Nedyalko Nikolov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Heiko Görig
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
stauder
Top achievements
Rank 1
Joel
Top achievements
Rank 1
Nedyalko Nikolov
Telerik team
Kumar
Top achievements
Rank 1
Bastian
Top achievements
Rank 1
Share this question
or