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

RadGrid View Custom Filtering on Filter Row mode

2 Answers 220 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mahdieh
Top achievements
Rank 1
Mahdieh asked on 10 Jul 2018, 02:54 PM

Hi,

I'm using RadGridView in my wpf project, and the filtering mode for the gridview is "FilterRow". I have a column with datatype of DateTime.

I'd like to have a custom filtering for this column like the one you have in you sample called "CustomFilteringControl/FromDateToDateFilterControl".

But it doesn't work, and I still see the default pop-up window for that column.

My question is that :"Is there  a way to have "FilterRow" as the filtering mode and create custom filtering for each column at the same time?"

 

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 13 Jul 2018, 01:42 PM
Hi Mahdieh,

Custom FilteringControls are actually designed to be used only with the Popup FilteringMode. When trying to apply such for the FilterRow one an exception would be raised and the application will not be able to compile. This is stated in the Basic Filtering help article. This is the by design implementation of the control and I am afraid that I cannot suggest an alternative.

Have a nice weekend, Mahdieh.

Regards,
Stefan
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Mahdieh
Top achievements
Rank 1
answered on 17 Jul 2018, 07:46 PM

Hi Stefan,

Looks like Pop-up mode is strong enough for taking care of our needs.

Thanks for the answer!
Mahdieh,

Tags
GridView
Asked by
Mahdieh
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Mahdieh
Top achievements
Rank 1
Share this question
or