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

Using Between Filter

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tony Upchurch
Top achievements
Rank 1
Tony Upchurch asked on 03 Oct 2012, 07:12 PM
What is the syntax for using the RadGrid between filter?  I am using a DataTable as my datasource.  When I apply greater then it works, but the between filter isn't working.   I have tried

81000,82000
81000|82000
81000 and 82000

Thanks,
Tony

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 08 Oct 2012, 04:13 PM
Hello Tony,

The correct syntax is with a space between the values. An example is shown in the code snippet below:
tableView.filter("OrderDate", fromDate + " " + toDate, "Between");

Kind regards,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Tony Upchurch
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or