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
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