Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
references needed for xampivotgrid
posted

hi

i was trying to create a sample using the xampivotgrid but its showing error.i downloaded version 10.2 for silverlight DV

i did this much

   < xmlns:igPivot="clr-namespace:Infragistics.Controls.Grids;assembly=InfragisticsSL4.Controls.Grids.XamPivotGrid.v10.2"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">

    <Grid x:Name="LayoutRoot" Background="White">
        <igPivot:XamPivotGrid x:Name="pivotGrid" />
    </Grid>
</UserControl>

 

when i build the application i am getting error.. what are the missing reference?

regards

balu