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

How to add filter on Group Header?

3 Answers 252 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Stanley
Top achievements
Rank 1
Stanley asked on 20 Jun 2012, 02:17 AM
How to add filter on Group Header?

The issue is user must cancel the Group before filtering.

Please refer the picture from attachment
Thank You.

3 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 22 Jun 2012, 12:37 PM
Hi Stanley,

Thank you for this question. Currently, it is not possible to add custom buttons inside group field elements and RadGridView does not support fildering by groups. However, this is an interesting scenario and I added it in our issue tracking system as a feature request. I updated also your Telerik points.

You can still show the column by which RadGridView is grouped. This will allow you to filter by it. In order to show the column, you should set the ShowGroupedColumns property to true:
this.radGridView1.ShowGroupedColumns = true;

I hope this helps.
 
Kind regards,
Jack
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
0
r
Top achievements
Rank 1
answered on 01 Apr 2013, 12:47 AM
Does 2013 Q1 version provide feature of Filtering on Groups (RADGRIDVIEW for Winforms?)
0
Jack
Telerik team
answered on 01 Apr 2013, 01:21 PM
Hi,

RadGridView produces groups by using group descriptors that specify which field to use when applying the grouping operation. You can also apply filter descriptor on the same column. So, yes RadGridView supports filtering by grouped columns. RadGridView supports also custom grouping and you can specify your group condition with code. To do this you should handle the CustomGrouping event. Find further information about this feature in our online documentation.

Regards,
Jack
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
GridView
Asked by
Stanley
Top achievements
Rank 1
Answers by
Jack
Telerik team
r
Top achievements
Rank 1
Share this question
or