Unplanned
Last Updated: 07 Mar 2018 14:41 by erwin
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 07 Mar 2018 11:17
Category: GridView
Type: Bug Report
1
FIX. RadGridView - thick border occurs around the cells when scaling is increased (e.g. DPI scaling is 150%)
Workaround: adjust the cell/row spacing

        this.radGridView1.TableElement.CellSpacing = -2;
        this.radGridView1.TableElement.RowSpacing = -2;
1 comment
erwin
Posted on: 07 Mar 2018 11:50
workaround works great in my case, thanks