Hi,
I have a .net wizard which i have developed for users to edit data in a datagrid bound to tables in SQL Server. I have sucessfully managed to create a find and replace function which loops through all of the rows and alerts the user when its find a match.
I would like to be able to enhance this function so that if a user selects a particular column my search only looks for values in this column, instead of the whole datagrid. But i'm not sure how to do this, as when in run mode i can't highlight a column like you can higlight a row, can anyone help

Searching on a Column in a Datagrid
NWO
Sync fusion has a section on enabling column selections on a datagrid
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q893q
Hope this helps.