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

Custon Filter for RadGridview

3 Answers 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sueleyman
Top achievements
Rank 1
Sueleyman asked on 18 May 2016, 10:07 AM

I want to have custom filter like the default fulltext search auf RadGridview. But I want to filter with custom expression that I definied.

For that purpose I look at first for a pssibility to override the FilterDescriptor of the default fulltext search. But I have no luck.

I can accept an "external" textbox that can raise a filter condtion on the RadGridview as well. Any suggestions?

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 19 May 2016, 10:15 AM
Hi ,

Generally, the search-as-you-type functionality is just adding filter descriptors to the FilterDescriptors collection of RadGridView. So, all you need to do is to transform your custom expression into filter descriptors and insert them in the collection. 
You can find more information about filtering in the corresponding article.

Regards,
Maya
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Sueleyman
Top achievements
Rank 1
answered on 19 May 2016, 03:44 PM
That's not exacly for what I am looking for. I wan't filter with a textbox after I press enter or delayed due typing. The search condition on the collection should be free chooseable. Is that possible with the standard manner of telerik?
0
Maya
Telerik team
answered on 20 May 2016, 08:32 AM
Hello ,

Could you clarify a bit  - do you want to write in a TextBox some kind of filter criteria and search on pressing enter button or you want to have listed filter criteria and the user to select one of them? 


Regards,
Maya
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
Sueleyman
Top achievements
Rank 1
Answers by
Maya
Telerik team
Sueleyman
Top achievements
Rank 1
Share this question
or