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

Get less than values in Radgrid Filter option

1 Answer 66 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Palaniappan
Top achievements
Rank 1
Palaniappan asked on 02 Jul 2013, 02:53 PM
Hi,
    I am using Telerik Radgrid filter in gridboundcolumn. How to get less than, greater than and between values in filter. for example,
<300 means, I can get, type 300 in filter then go to filter option less than to find a values. But I need, type <300 in filter (Special characters not supported), I can't get a values.
Is there is any way to get values like this?

Thanks
Palaniappan. R

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 05 Jul 2013, 09:51 AM
Hi Palaniappan,

You can use the ItemCommand event handler to prevent the initial filtering and build the filtering expression manually according to your own requirements:
http://www.telerik.com/help/aspnet-ajax/grid-operate-with-filter-expression-manually.html

Hope this helps.

Regards,
Eyup
Telerik
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 the blog feed now.
Tags
Filter
Asked by
Palaniappan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or