Grid Find Dialog

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

The grid control is integrated with a themed "Find" dialog.

Grid Find Dialog

Sample code:

CBCGPGridCtrl m_wndGrid;

void CMyView::OnEditFind()
{
    m_wndGrid.OpenFindReplaceDlg();
}