Hi,
I am trying to set defaultOperator inside the DataSourceField xml file and noticed that it doesn't work when setEditorProperties(new ComboBoxItem()) is used on the field.
Please let me know if this is a bug or if I'm implementing this incorrectly.
Bests,
ZHene
I am trying to set defaultOperator inside the DataSourceField xml file and noticed that it doesn't work when setEditorProperties(new ComboBoxItem()) is used on the field.
Code:
<field name="testCase" defaultOperator="equals" type="text" length="100" includeFrom="CodeSQL.description"> <title>Test Case</title> <validOperators> <value>equals</value> <value>notEqual</value> <value>inSet</value> <value>notInSet</value> <value>isBlank</value> <value>notBlank</value> </validOperators> </field>
Please let me know if this is a bug or if I'm implementing this incorrectly.
Bests,
ZHene
Comment