This question is locked. New answers and comments are not allowed.
Hi all,
I have read the documentation about RowStyleSelectors, I'm using it in my RadGridView but i'm getting a different result: I don't see the whole row with its background but it seems only the border.
I use my telerik:RadGridView in this way:
<telerik:RadGridView AutoGenerateColumns="False" RowStyleSelector="{StaticResource contactStyleSelector}" ShowGroupPanel="True" IsFilteringAllowed="True" IsReadOnly="True" ItemsSource="{Binding ItemListView,Mode=TwoWay}" Grid.Row="3" x:Name="GridViewContatti"><telerik:GridViewDataColumn Width="Auto" IsReadOnly="True" DataMemberBinding="{Binding RagioneSocialeCompleta}" /><telerik:GridViewDataColumn Width="Auto" IsReadOnly="True"DataMemberBinding="{Binding Indirizzo}" /></telerik:RadGridView>
Which is the problem??