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

What is the purpose of 'between' filtering option

2 Answers 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stavros
Top achievements
Rank 1
Stavros asked on 09 Dec 2008, 02:43 PM
I have created a GridBoundColumn which is connected with a datetime field in the underlying database.
What is the purpose of 'between' in the filtering button since the user can enter only one date?
Thank you very much.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Dec 2008, 03:29 PM
Hello Stavros,

The Between filter function gets the set of datetime values which ranges between the entered values. It means the same as: value1 <= dataField <= value2. Note that value1 and value2 should be separated by [space] when entered as filter.

You can refer to the following link as well for more information on various filter functions.
Basic filtering

Thanks
Princy.
0
Daniel
Telerik team
answered on 09 Dec 2008, 03:43 PM
Hello Stavros,

Please go to our online demos and try to enter 10 20 in the Units in stock column.
You will get all items where the value of chosen column is in the mentioned range (10 to 20).

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Stavros
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Daniel
Telerik team
Share this question
or