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
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
0
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
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
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
Hello Joel,
Nedyalko Nikolov
the Telerik team
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
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
i also need this feature is there any progress?
best regards
Bastian
0
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
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 >>