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

Jira like filter

3 Answers 101 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yenting
Top achievements
Rank 1
Yenting asked on 05 Aug 2016, 01:17 AM

Does GridView support jira like filter?

like the link below

https://jira.atlassian.com/secure/SessionNavigator.jspa

 

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 08 Aug 2016, 10:59 AM
Hello Yenting,

The built-in mechanism of RadGridView for achieving a similar filtering behavior, is through using the FilteringMode property of the control. You can try setting its value to FilterRow. More information can be found in the Basic Filtering and Configure The Filtering Mode topics.

If this suggestion does not correspond to your requirements, you can try implementing a Custom Filtering Control.

Best Regards,
Stefan X1
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Yenting
Top achievements
Rank 1
answered on 09 Aug 2016, 01:33 AM

Thanks for your reply. The feature I need is a separate area for listing all the filters.

Because there may be a lot of columns, if the filters are listed in a separate area, it will be much more clear.

Anther example is Spotfire's filter as the attached image.

0
Stefan
Telerik team
answered on 09 Aug 2016, 11:57 AM
Hi Yenting,

Thanks for clarifying this.

For this requirement, you can adopt the approach of defining a Custom Filtering Control, as suggested in my previous reply.

If you need a completely separate control for filtering RadGridView, you can Programmatically Filter RadGridView based on the user's interaction with the aforementioned control.

Hope this helps.

Regards,
Stefan X1
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Yenting
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Yenting
Top achievements
Rank 1
Share this question
or