0

Is it possible to have 3 GridViewColumn but only 2 CellTemplate ? I want the first cell to "occupy" the 2 left columns ?

Is it possible ?

Pacman
  • 2,183
  • 6
  • 39
  • 70

1 Answers1

0

I don't think that you can do it directly, but you can however create two regular columns, and then make the header of the first one with a line in the middle, so it would look like it's two cells.

Elad Katz
  • 7,483
  • 5
  • 35
  • 66
  • Toda, but I thought of that, the problem is that I am getting into the issue of default header behaviors like mouse over or click events. I need each header to be independent in this sense. – Pacman Mar 01 '11 at 04:43