I have a grid with a filter editor (showFilterEditor: true). The grid contains a field that has a defaultValue in the data source. I see that this default value is used to populate the filter above the field. In the initial fetch (triggered by autoFetchData: true), this default value is not sent to the server, but it is when I call grid.refreshData().
In my opinion should the default value not be used in the filter.
I've tried setting grid.initialCriteria: { <field>: null } but this doesn't seem to work either.
In my opinion should the default value not be used in the filter.
I've tried setting grid.initialCriteria: { <field>: null } but this doesn't seem to work either.
Comment