XAML<!--<Setter Property="RowStyle">
<Setter.Value>
<Style BasedOn="{StaticResource {dxgt:GridRowThemeKey ResourceKey=RowStyle}}" TargetType="{x:Type dxg:GridRowContent}">
<Setter Property="MaxHeight" Value="40" />
</Style>
</Setter.Value>
</Setter>-->
The RowStyle target type is not supported in the grid's optimized mode. Either disable the optimized mode or change the target type to RowControl.
Hi, I am getting this error after upgrading to v2014 vol 2.5