Is there a way I can specify the datasource field that is selected by default in the FilterBuilder when a new item is added via the + button?
Thanks
Thanks
<descriptionField>name</descriptionField> <fields> <field name="name" type="text" length="100" required="true"> </field> : : </fields>
Comment