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: 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
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: 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: 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: 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: 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.