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

ColumnFilterDescriptor not working on RadGridView

3 Answers 158 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Amit
Top achievements
Rank 1
Amit asked on 22 Feb 2017, 04:35 PM

I have used RadGridView with data collection binded to it.

When I try to search for value in selected column with Filter pop up, on selected column,

I am able to filter collection with checkbox selection.

But when I enter value in the pop textbox and press filter button.

It is not filtering the collection.

 

I have checked both Distinct  and filed filter properties of ColumnFilterDescriptor .It seems to look correct .

Can anybody please help me out to solve the problem?

 

3 Answers, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 27 Feb 2017, 10:36 AM
Hello,

I'm attaching a sample project where RadGridView's filtering mechanism works as expected. Could you please have a look at it and let me know if I can modify it to reproduce the behavior you get at your end?

If that is not the case, please share more details on your exact setup and I will gladly assist you further. More specifically - could you specify the type of collection you're using as well as the data type of the TestStepId property?

Thank you in advance for your cooperation on the matter.

Regards,
Dilyan Traykov
Telerik by Progress
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 you to write beautiful native mobile apps using a single shared C# codebase.
0
Christian
Top achievements
Rank 1
answered on 02 Mar 2017, 10:23 AM

Hello Dilyan,

Thank you very much for your reply and solution.

I tried to reproduce same issue at our end, but it is working on provided solution.

I that case, Specifically we are using QueryableRowCollection for items source of the grid .

and due to client requirement we are generating GridViewColumnGroup and GridViewDataColumn pro-grammatically.

TestStepId  is of int datatype.

Please let me know if require more information.

Thanks and regards,

Amit

 

0
Dilyan Traykov
Telerik team
answered on 06 Mar 2017, 03:02 PM
Hello Amit,

I'm afraid that I'm not able to reproduce this issue at my end.

May I kindly ask you to replicate it in a sample project, open a new support ticket and send it over there, so that I may further investigate and possibly provide you with a solution?

Thank you in advance for your cooperation on the matter.

Regards,
Dilyan Traykov
Telerik by Progress
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 you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Amit
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Christian
Top achievements
Rank 1
Share this question
or