Hi Jenny,
I applied your given resources but still flip is displaying. can you please correct my implementation below. Thanks
<xcdg:DataGridControl Grid.Row="0" Height="534" Name="dgRole" Width="993" ReadOnly="True"
AllowDetailToggle="False"
Background ="{x:Static xcdg:DataGridControlBackgroundBrushes.ElementalBlue}"
BorderBrush="Transparent" EditTriggers="None">
<xcdg:DataGridControl.Resources>
// I place the resources here and removed the x:Key
</xcdg:DataGridControl.Resources>
<xcdg:DataGridControl.View>
<xcdg:CardflowView3D CameraYOffset="-0.14999999999999991" CameraZOffset="0.25" SideCardsXSpacing="0.3" SideCardsZOffset="-0.95" SideCardsYAngle="77" FieldOfView="75" CameraRevolutionYAngle="0" CameraRevolutionXAngle="0" CameraXOffset="0.15000000000000036" IsCardFlippingEnabled="False">
<xcdg:CardflowView3D.Theme>
<xcdg:ElementalBlueTheme />
</xcdg:CardflowView3D.Theme>
</xcdg:CardflowView3D>
</xcdg:DataGridControl.View>
<xcdg:DataGridControl.Columns>
</xcdg:DataGridControl.Columns>
</xcdg:DataGridControl>