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.
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 stockcolumn.
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.