imran tanvir

imran tanvir

  • NA
  • 164
  • 9.1k

Datagridview search

Jan 3 2018 6:26 AM
i have a datagridview in C# Windows form Application. i have 2 Columns. 1st Column form Product Code and 2nd column for supplier name. now i want search using gridview. for example
Product code Supplier
ABC 123
DEF 456
GHI 789
if type ab in product code grid will automatically sort and show me all product codes containing of ab characters. same search with supplier.
What will be expected solution for this.
i dont want use textbox search.

Answers (6)