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

[Solved] Customized look for Rad Grid Grouping

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manishkumar
Top achievements
Rank 1
Manishkumar asked on 04 Nov 2009, 05:27 AM
HI,
I have one doubt w.r.t to sample code specified in Radgrid Grouping. It refers to some header, footer conrols. where can  i find these.

Also, i would like to remove following from display :

1. Field name used for grouping appearing on left top corner.
2. Page Size Change option
3. Go to Page option

Thanks and regards,
Manish Patel

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 04 Nov 2009, 08:26 AM
Hello Manish,

When a grid is grouped, by defult the groupheader for each group is displayed on the top of the respective groups.The group header displays the value for a field for which the rows in the group are grouped. The groupfooter is shown at the bottom of each group when the ShowGroupFooter property of the grid is set to true. The group footer displays aggregate values for specific columns in the group.

Inorder to remove the grouppanel shown on the top of the grid, you can set the ShowGroupPanel property of the RadGrid to false.You can access controls in the pager row of your grid as mentioned in the following document and hide it by setting its visible property to false.
Accessing the elements of advanced type pager
Inorder to acess the group header, you can refer to the following document:
Customizing GridGroupHeaderItem

Thanks
Princy.
Tags
Grid
Asked by
Manishkumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or