Completed
Last Updated: 10 Apr 2024 10:36 by ADMIN
Release 2024.1.408
Surrounding a string property with double quotation marks by placing the first one at the end of the new value and the second one at the beginning raises a NullReferenceException.
Completed
Last Updated: 27 Jun 2023 11:19 by ADMIN
Release LIB 2023.1.703 (3 Jul 2023)
The control's template is missing because the Telerik.Windows.Controls.Expressions.xaml file is almost empty. IT misses all RadExpressionEditor related styles and templates. This is valid only for the .xaml file coming from the "Telerik.Windows.Themes.Windows.11.dll" or the "/Telerik UI for WPF installation folder/Themes.Implicit/NetCore/Themes/Windows11/" folder.
Completed
Last Updated: 25 May 2023 13:36 by ADMIN
Highlighting logic is not executed correctly when after an invalid expression, another invalid expression is entered.
Completed
Last Updated: 25 May 2023 13:34 by ADMIN
Completed
Last Updated: 19 Jan 2023 14:50 by ADMIN

The following exception is thrown when translating an expression with a nested member passed to a generic method call:

ArgumentException: 'Value' is not a member of type ' VesselInformation.VesselEventType'

Edit: ExpressionChanged event stops firing in R3 2021 which is a related regression that should be addressed.

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.
Completed
Last Updated: 09 Apr 2020 15:44 by ADMIN
Release LIB 2020.1.406 (04/06/2020)
A NullReferenceException is thrown when setting the ExpressionText to null. 
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 "!=".
Completed
Last Updated: 11 Feb 2019 14:02 by ADMIN
When one clicks on the IF operator in the tree view of the editor the text that should be inserted in the text editor is "IF()". Currently, the text that is being inserted is "Condition()" which cannot be parsed.
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: 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: 19 Oct 2018 13:21 by ADMIN
Incorrect order of operations when brackets are used.

Write 4*(3*2) + 1 in the code editor 

observed result: in the result preview the result is 28

expected result: the result should be 25

Workaround is to add brackets on every operation:
 (4*(3*2)) + 1
Unplanned
Last Updated: 06 Mar 2018 15:59 by ADMIN
Respect DisplayNameAttribute of the added fields from fields list in ExpressionTextBox.
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