2
Reply

How to position datgridview based on textbox value

Ask a question
Samio

Samio

12y
1.7k
1
Through bindingSource control, I am using LinqtoSql Products class in my datagridview, I would like to make search for a given product name, so while typing its name in a textbox, datagridview selected row should change position. I do not want to filter my list, only find the required row. How to do that please.

Answers (2)