Sensitive search

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I want to implement a search in a DataGrid.
My datagid is bounded to a DataTable.
I know that there is a DataTable.DefaultView.Find() method, but this method
only searches exact matches. I want a sensitive search.

E.g.:
Suppose I've a "Danny" value on the sorted column and I search for "Dan", so
my "Find()" method would return "Danny" row index, assuming that there's no
closer value on datagrid.

How can I achieve this feature?

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top