i,m developing webpart in which i,m using spgridviewi want two level grouping(month and date).i have checked out spgridview but it allows only one level grouping.can we archive two level grouping?
The SPGridView is essentially a SharePoint specific copy of the standard ASP.NETgridview control. To do two level grouping you will have to use the ItemBoundevent of the SPgridview to change the formatting of the rows and insert summaryor group header rows. The following article provides information on how to dothis with a standard gridview. The code provide should work for an SPgridviewas well.msdn.microsoft.com/en-us/library/ms810274.aspx