gridviewheader

WPF: Spilt GridView header into two rows where the bottom row is seperated into two colums

Hello, I´m trying to separate a gridViewColumn into two rows. Im using default style for the listView. Its no problem to separate the column header into two rows, but it seems like the content is placed over the original style with the border etc hidden under my customized gridViewHeader content. The code looks like: <GridViewColumnHead...

How can I get a rounded rectangle graphic to span across all columns within an ASP.NET GridView header row ?

How can I get a rounded rectangle graphic to span across all columns within an ASP.NET GridView header row ? I currently have created a rounded rectangular graphic and have used CSS to add it to the gridview header background as such:- .datagrid th { background-image: url('../images/rounded_graphic.jpg'); } ... but this just disp...