I have application in VS written in C# and WinForms. I use DevExpress and I have grid with default filter that is enabled like it's shown below (Enter text to search and buttons Find and Clear):
The grid that is used is: DevExpress.XtraGrid.GridControl How to disable this default filter?
Sounds like you have the ColumnViewOptionsFind.AlwaysVisible set to true, when it should be false.