Unplanned
Last Updated: 20 Mar 2026 10:21 by ADMIN
Binding erros appears when clicking on the Operator/Constants option in the left tree:

System.Windows.Data Error: 40 : BindingExpression path error: 'Children' property not found on 'object' ''ConstantEditorItemModel' (HashCode=24850331)'. BindingExpression:Path=Children; DataItem='ConstantEditorItemModel' (HashCode=24850331); target element is 'RadTreeViewItem' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')

System.Windows.Data Error: 40 : BindingExpression path error: 'Children' property not found on 'object' ''OperatorEditorItemModel' (HashCode=64577580)'. BindingExpression:Path=Children; DataItem='OperatorEditorItemModel' (HashCode=64577580); target element is 'RadTreeViewItem' (Name=''); target property is 'ItemsSource' (type 'IEnumerable')
Unplanned
Last Updated: 21 Oct 2024 07:42 by Stenly

Currently, the RadExpressionEditor control shows a wavy underline and a red color to indicate that an error is present.

We could introduce API to modify this behavior, which will ultimately be used by the ChangeUnderlineDecoration and ChangeUnderlinesColor methods of the internal RadRichTextBox control.

Unplanned
Last Updated: 11 Jul 2019 14:39 by ADMIN
Created by: Jeffrey
Comments: 0
Category: ExpressionEditor
Type: Feature Request
3
Allow the string representation of editors to be customized e.g. change the NotEqual operator from "<>" to "!=".
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
7
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