views:

374

answers:

2

I have a simple GridView with a header and a footer, etc. What I need to do is to add another header row - above the first - so that I can merge two column headers into one, from a grouping perspective....

What I have Now:

Col1 Col2

---- ------

test test2

What I need:

Cols

Col1 Col2

----- ------

test test2

A: 

I found the solution at: http://69.10.233.10/KB/aspnet/Merge%5FHeader.aspx

hotcoder