Hi
I have been trying to solve my issue that the top border color is always gray but for some reason I cannot find what generates it. As you can see the border is red but the topborder is gray. Anything I am missing?
<UserControl HorizontalAlignment="Left" Width="371" Height="648"> <UserControl.Resources> <local:radGridViewBasketData x:Key="DataSource"/> </UserControl.Resources> <telerik:RadGridView x:Name="radGridViewBasket" Background="Transparent" BorderBrush="Red" BorderThickness="1" HorizontalAlignment="Left" Width="371" Margin="0,3,0,3" RowIndicatorVisibility="Collapsed" ShowColumnHeaders="False" AutoGenerateColumns="False" ShowGroupPanel="False"><!-- stuff --> </telerik:RadGridView></UserControl>
