Hi,
I am trying to set the card view theme to Detailconfiguration tag. It is throwing error as "{markup:ThemeKey TargetViewType=xcdg:CardView, ThemeType=xcdg:AeroNormalColorTheme, TargetElementType=xcdg:DataRow}' value is not a valid MarkupExtension expression. Cannot resolve 'ThemeKey' in namespace 'clr-namespace:Xceed.Wpf.DataGrid.Markup'. 'ThemeKey' must be a subclass of MarkupExtension."
The code is
<DetailConfiguration RelationName="myRelation" ItemContainerStyle="{StaticResource {xcdg:Themekey TargetViewType=xcdg:CardView, ThemeType=xcdg:AeroNormalColorTheme, TargetElementType=xcdg:DataRow}}"/>
Is there any additional thing i need to do for this error. Please help me in this.
Thanks,
Vasu