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

Radgrid filtering

1 Answer 23 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
saikumar
Top achievements
Rank 1
saikumar asked on 05 May 2016, 12:55 PM
Hi, i am populating data using telerik radgrid in my project 
and trying to filter columns, intially i am not getting all the filter conditons[few are showing],and when i set 
datatype to system.string i got all the filter conditions but not able to get the result[i am binding numeric values] when i try to filter with 
'greaterthan' for above 2 digit values and if i take datatype as system.int32 its fine but not showing all the filter conditions
.How to get the results with all the filter conditions .thanks 

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 10 May 2016, 08:02 AM
Hi Sai,

By default the filter options for the columns are different depending of the data type of the column. This is because some filter functions are not applicable to certain data types.

In order to show all filter menu options for every column in the grid you can set the FilterListOptions for the columns to AllowAllFilters. If you would like additional information on configuring the filter menus in RadGrid you would find the following article interesting.



Regards,
Viktor Tachev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
saikumar
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or