How to position datgridview based on textbox value
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.