"Search row" in DataGridView
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, I wish for the first line of my DataGridView to be a search line, meaning that all the other rows are filtered according to the value the user inserts to the corresponding column top cell. For example, if the user enters "a*" at the first row's first cell, only rows with the first cell beginning with the letter "a" are shown. Of course, when sorting, this line should be disregarded. Any suggestions of how to implement such functionality? Thanks! Eyal.