*For now I add the control to the last cell of the header, but it pushes the text down.
Gridview Multiple Header
I have an extended Gridview and want to add a control to the header for exporting. The problem is that I tried every solution I have found like adding a GridViewRow on the RowCreated event to the root table of the grid, but it doesn't show. Have anyone found a way around this particular issue?

Bryian TanPosted Sep 15, 2010, 9:52 PM
Have you try the solution mentioned in this article?
Merge Merging GridView Header Columns or multiple Headers ASP.NET C# VB.NET
Felipe RamosPosted Sep 16, 2010, 10:52 AM