Completed
Last Updated: 23 Oct 2018 09:59 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 05 Oct 2018 13:31
Category: GridView
Type: Bug Report
1
FIX. RadGridView - column headers overlap the grid's top border in Fluent theme
To reproduce: please refer to the attached screenshot

        public RadForm1()
        {
            InitializeComponent();

            ThemeResolutionService.ApplicationThemeName = "Fluent";

            this.BackColor = Color.White;
            this.radGridView1.EnableGrouping = false;
        }

Workaround: this.radGridView1.TableElement.Margin = new Padding(0, 1, 0, 0);
Attached Files:
0 comments