Click here to Skip to main content
15,881,715 members
Articles / Programming Languages / C#

Silverlight DataGrid with Dynamic Multiple Row Columns in Header

Rate me:
Please Sign up or sign in to vote.
3.86/5 (6 votes)
15 Dec 2008CPOL3 min read 93.2K   3.7K   29  
Creating a dynamic header for the Silverlight DataGrid with multiple rows/columns.
<UserControl xmlns:data="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data"  x:Class="DynamicMutipleRowHeaderSilverlighGrid.Page"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    >
    <Grid x:Name="LayoutRoot" Background="White" HorizontalAlignment="Center" VerticalAlignment="Center">
    </Grid>
</UserControl>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Fountainhead Software Solutions Private Limited
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions