[Bug]: Grid lines/borders in KryptonDataGridView disappeared after upgrading to v90 #2057
Labels
area:datagrid
All issues related to the DataGrid.
bug
Something isn't working
regression
Something was working in a previous release, but isn't working now.
version:90
All things to do with V90.
version:95
All things to do with V95.
version:100
All things to do with V100.
Milestone
After upgrading to v90.24.11.317, I noticed that the grid lines/borders have disappeared.
Before (v85.24.10.288):
After (v90.24.11.317):
Desktop:
Additional context
As a workaround, I had to change the value of
StateCommon.DataCell.Border.Width
,StateCommon.HeaderColumn.Border.Width
, andStateCommon.HeaderRow.Border.Width
to 2 (1 doesn't work). This (almost) gives the desired/original result but adds a slightly thicker border to the top and left of the KDGV:The text was updated successfully, but these errors were encountered: