Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the syntax for using the RadGrid between filter

What is the syntax for using the RadGrid between filter in the built-in context menu? I am using a DataTable as my datasource. When I apply the 'greater than' filter it works, but the between filter isn't working. I have tried:

81000,82000
81000|82000
81000 and 82000
like image 805
tony95 Avatar asked Mar 01 '26 22:03

tony95


1 Answers

Try to separate the value with a [SPACE]

like: 81000 82000

Reference: RadControls for ASP.NET AJAX Documentation-Basic Filtering

Between: Same as: value1 <= dataField <= value2. Note that value1 and value2 should be separated by [space] when entered as filter.

like image 151
Niran Avatar answered Mar 05 '26 18:03

Niran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!