views:

26

answers:

1

Is there a way to add a 2nd header row to a DataGrid? In the row I want a DropdDownList and a Label. Right now I have a BoundColumn and a TemplateColumn in my Columns section of the grid. But adding something here will only add column, but not a header.

It should look like this:

This is my label text: dropdownlist --> first row of header
Amount          Link --> 2nd row of header
100                link1
200                link2

How could I do this?

Thanks :)