Grid Filter Bar

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available 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.

Grid Filter Bar

Sample code:

CBCGPGridCtrl m_wndGrid;
m_wndGrid.EnableFilterBar (TRUE, _T("<all>"));