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

[Solved] Column Filter Range in GUI

1 Answer 117 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jonathan Miller
Top achievements
Rank 1
Jonathan Miller asked on 25 Jun 2009, 12:36 PM
Once I have data and the GridView is populated with data, I can click on the Filter icon and filter my data.

Question: Is there a way to filter the text based area on a range?  For example: Filter data that "Starts with"   S or T or Q

Thanks 

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 26 Jun 2009, 11:45 AM
Hello Jonathan Miller,

You can define the filtering criteria through the control API. This can be achieved by assigning a FilterDescription to the FilterDescription property of the RadGridView. The FilterDescription can be fully customized and can be composed of multiple filtering criteria. For more details see the Setting Filters Programmatically topic for more details.

You can also check out the "Search as You Type" example that utilizes a custom filter.

Please, do not hesitate to drop us a line if you have trouble implementing the custom filter or if you have any other questions.

Regards,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Jonathan Miller
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or