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

Multi-word 'between' filter strings?

4 Answers 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 21 Jan 2013, 03:06 PM
When doing a filter in a string field in a RadGrid, is there any way to filter on a multi-word string?

That is, suppose you want to find all string fields in a column that begin with anything between "this is" and "this will"?

4 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 22 Jan 2013, 05:45 AM
0
Boris
Top achievements
Rank 1
answered on 22 Jan 2013, 01:38 PM
I was not aware of this RadFilter.  It looks like an interesting tool but I'm not sure it's appropriate for my immediate use. 

It did, for example, allow me to add a filter on ShipName for values between "Bon App" and "B's Bev". 
My question is how can I do that with the grid filter controls alone?  Without use of the RadFilter control?  So far it doesn't seem possible.
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 23 Jan 2013, 04:00 AM
Hello,

There is not such type of inbuilt facility.

As per my knowledge only three way to achieve this functionality.

1. RadFilter
2. Filtering Template Columns
3. Filter Template

 Thanks,
Jayesh Goyani
0
Boris
Top achievements
Rank 1
answered on 23 Jan 2013, 01:25 PM
All fascinating options, although I think I'm going to be forced to keep it simple for now.

Thanks.

(Do I understand correctly?  If I wanted to,  I could put a custom dropdown list into the RadFilter, much in the same style as the Country dropdown in http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filteringtemplatecolumns/defaultcs.aspx ?)
Tags
Grid
Asked by
Boris
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Boris
Top achievements
Rank 1
Share this question
or