search in datagrid
Hi,
Iâm trying to implement a search function within my C# Windows application to search within a datagrid.
Basically I need to search the datagrid, using any key word, e.g. if "B" is typed, all entries with B in either is found and displayed in the datagrid.
and this search box should be embedded in the datagrid header.
Do any ActiveX control available for that?
Cheers for any help or advice you can give.
(Incase its important i'm using Visual Studio 03 version 1.1)
|