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

Using normal filtering with GridKnownFunction values and checklist filtering in the same RadGrid

1 Answer 86 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Anushree
Top achievements
Rank 1
Anushree asked on 07 Jan 2016, 11:44 AM
Hello all,

We were trying to improvise on the existing Telerik filters in our web application.
We initially had normal filters with existing GridKnownFunction values for some columns, while we had RadComboBox to enable drop-down on top of which there were filters for few other columns.
Now we were trying to use checklist filtering (instead of RadComboBox implementation) along with the existing normal filters in the same RadGrid.
We set the FilterType to Combined and tried using the OnFilterCheckListItemsRequested property of RadGrid along with setting FilterCheckListEnableLoadOnDemand property of GridBoundColumn to true for the columns that required Checklist filtering.
However, we are running into several issues where the normal filtering is not working as expected.
Is it possible to have both these types of filtering in the same RadGrid?
Are we missing out on something else here?

Please guide us through this.

Thanks in advance,
Anushree Ramanath

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 Jan 2016, 11:31 AM
Hello,

You can use only one method for filtering int he RadGrid control but not the both you try to achieve at the same time. You can also review the Excel-Like filtering functionality presented below:
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/excel-like-filtering/defaultcs.aspx


Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Documentation and Tutorials
Asked by
Anushree
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or