Is searching in a datagridview possible???
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a datagridview created. Is it possible to allow user to do a search on the data?
-
I have a datagridview created. Is it possible to allow user to do a search on the data?
I know there is an article here on Code Project that lets the user basically create SQL statements to return records. I've been researching datagrids myself; if you search on it you will get lots of articles. It may take a little time to search through them, but chances are you will find what you need. Also from what I understand, VS2005 will let you treat cells individually more easily rather than as an entire row like VS2003. So that may make a difference on how you decide to program. Hope your search turns out well!