This is a migrated thread and some comments may be shown as answers.

Filtering (full text search) on datatable

1 Answer 163 Views
GridView
This is a migrated thread and some comments may be shown as answers.
NS
Top achievements
Rank 1
NS asked on 07 Jun 2016, 01:59 PM

Hello,

I'm trying to apply the full text search to a grid that is bound to a data table (autogeneratecolumns=true).  But when I type in something it filters out everything.

If I look at the FilterMemberType and FilterMemberPath properties these are empty.

Also if I try using the default filtering (starts with) it shows an error in the filter box: "the method or operation is not implemented".

You also have this in the gridview examples if you look at "Various Data Source" and choose data table.

How can I fix this?

 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 09 Jun 2016, 08:57 AM
Hello Ns,

I already replied you in the support thread regarding this topic. However, I will also copy my answer here:

Can you please try using the search functionality with the DataTable.DefaultView instead? Basically, this is the recommended approach as it provides PropertyChanged notifications.

In order to keep the discussion consistent, I would kindly ask you to continue any further communication regarding this topic in the support thread.

All the best,
Stefan X1
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
NS
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or