This is a migrated thread and some comments may be shown as answers.

Column headers overpainting control border

3 Answers 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Marco asked on 01 Oct 2018, 08:34 AM

Hello

I have the strange problem that the column headers seem to over-paint the control border. It seems to be theme related as it does not happen if I use the default theme. Although I didn't have this issue in my prototype....

Kind regards
Marco

3 Answers, 1 is accepted

Sort by
0
Marco
Top achievements
Rank 1
answered on 05 Oct 2018, 11:40 AM
Any ideas on this?
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 05 Oct 2018, 01:37 PM
Hello, Marco, 

I have tested the different themes of RadGridView in the Demo application. It seems that the grid in the provided screenshot uses the Fluent theme. I have logged it in our feedback portal. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to apply 1 px top margin of the TableElement

this.radGridView1.TableElement.Margin = new Padding(0, 1, 0, 0);

 I hope this information helps. 

Regards,
Dess
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Marco
Top achievements
Rank 1
answered on 22 Oct 2018, 09:08 AM

Hello Dess

Thank you for the suggested solution it works nicely.

Sorry for the late answer, I was on holidays

Kind Regards
Marco

Tags
GridView
Asked by
Marco
Top achievements
Rank 1
Answers by
Marco
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or