Does GridView support jira like filter?
like the link below
https://jira.atlassian.com/secure/SessionNavigator.jspa
3 Answers, 1 is accepted
0
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
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
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
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.