hi,

I have to search the text in datagrid in windows forms application. I have to find the matching text and then make to select that cell which contains that text. It is just like Finding text.
I have not found proper functions to implement it. Not only that, if that cell is not in visible region, i have to scroll the datagrid to show that activated cell. All this functionality i needed in windows Forms Application, not in web forms. can any one can help me.

bye