Removing Outside Grid Border

0 Answers 10 Views
GridView
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
Neil N asked on 07 Jul 2025, 08:24 PM

I've been trying to remove the thin white border line with no luck,  Any help?


                            <telerik:RadGridView
                                Margin="0,5,0,0" AutoGenerateColumns="False" BorderThickness="0" BorderBrush="{StaticResource LaGrey12}"
                                ColumnBackground="{StaticResource LaGrey12}"
                                GridLinesVisibility="None" IsReadOnly="True"
                                ItemsSource="{Binding ContactActivityNote.ContactActivityParticipants}"
                                ShowColumnHeaders="False">
                                <telerik:RadGridView.Columns>
                                    <telerik:GridViewDataColumn
                                        Width="Auto"
                                        DataMemberBinding="{Binding ParticipationTypeId}"
                                        Header="Type" />
                                    <telerik:GridViewDataColumn
                                        Width="*"
                                        DataMemberBinding="{Binding AddressedTo}"
                                        Header="Addressed To" />
                                </telerik:RadGridView.Columns>
                            </telerik:RadGridView>

Dimitar
Telerik team
commented on 08 Jul 2025, 09:52 AM

Hi Neil N,

I have checked the default theme, but there is no border. Can you specify the theme used? Can you send the XAML of the entire window as well? 

Thank you in advance for your patience and cooperation. 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or