This question is locked. New answers and comments are not allowed.
hi
I've tryed this:
but the page does not recognize "GridViewRow" or "ItemBackground"
I've tryed this:
<
telerik:RadGridView AutoGenerateColumns="False" ShowGroupPanel="False" Grid.Row="2" ItemsSource="{Binding Paxes}" HorizontalAlignment="Stretch" SelectionMode="Extended" Height="180"
x:Name="_paxDataGrid" RowDetailsVisibilityMode="VisibleWhenSelected" VerticalAlignment="Stretch" Margin="0" CanUserFreezeColumns="False" IsFilteringAllowed="False">
<telerik:RadGridView.RowStyle>
<Style TargetType="GridViewRow">
<Setter Property="ItemBackground_Over" Value="Transparent"/>
</Style>
</telerik:RadGridView.RowStyle>
....
but the page does not recognize "GridViewRow" or "ItemBackground"