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
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