When an end-user enters text into the AutoFilterRow for filtering that begins with '_' or '%', GridControl automatically replaces the AutoFilterCondition with "Contains" and uses the entered text without the first symbol as filter criteria.
To avoid this, it is necessary to create a TableView child and override the CreateAutoFilterCriteria method.
↧
The use of Automatic Filter Row without special symbols
↧