Grid Filter Bar
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
This feature enables a "search edit box" under each or specific grid column header. When a text is typed in an edit box, the grid data is filtered according to the entered text. The developer can provide a custom filter edit control and customize the filtering methods.
Sample code:
CBCGPGridCtrl m_wndGrid;
m_wndGrid.EnableFilterBar (TRUE, _T("<all>"));