GangOne Style
GangOne Style

Reputation: 81

change auto filter operator in xtragrid

How can I modify the default filter operator the DevExpress.Xtragrid.gridcontrol When I try to filter a string column by a value, the default way to filter is "Beggins with". I would like to filter by "Contains", so that I can take all the rows withe the specific value in the columns.

Upvotes: 0

Views: 991

Answers (1)

DmitryG
DmitryG

Reputation: 17848

Yes, it is possible. Just set the OptionsColumnFilter.AutoFilterCondition property to Containsfor the specific column.

Upvotes: 4

Related Questions