Completed
Last Updated: 06 Dec 2018 13:35 by Jason
Allow developers to add their own functions to the list of available functions in the RadExpressionEditor and then pass these functions to the LINQ runtime when the expression tree is built. Add support for custom Categories as well.

Scheduled for: 
The feature will be available in R1 2019, scheduled for the mid of January 2019. 
Completed
Last Updated: 13 Jul 2021 09:25 by ADMIN
Release R3 2021
Make it possible to use the expression parser functionality without a reference to the ExpressionEditor control.
Unplanned
Last Updated: 09 Aug 2016 06:49 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: ExpressionEditor
Type: Feature Request
6
When creating an expression that has a decimal, if it doesn't have a zero in front of the decimal, it doesn't evaluate the expression:
eg:  0.02 is valid , .02 is invalid
Unplanned
Last Updated: 06 Mar 2018 15:59 by ADMIN
Respect DisplayNameAttribute of the added fields from fields list in ExpressionTextBox.
Completed
Last Updated: 28 Nov 2018 15:09 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: ExpressionEditor
Type: Feature Request
2

Scheduled for: 
The feature will be available in R1 2019, scheduled for the mid of January 2019. 
Completed
Last Updated: 25 May 2023 13:34 by ADMIN
Unplanned
Last Updated: 11 Jul 2019 14:39 by ADMIN
Created by: Jeffrey
Comments: 0
Category: ExpressionEditor
Type: Feature Request
2
Allow the string representation of editors to be customized e.g. change the NotEqual operator from "<>" to "!=".