Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Grid lines/borders in KryptonDataGridView disappeared after upgrading to v90 #2057

Open
ICloneableX opened this issue Jan 15, 2025 · 0 comments
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

Comments

@ICloneableX
Copy link

After upgrading to v90.24.11.317, I noticed that the grid lines/borders have disappeared.

Before (v85.24.10.288):
image

After (v90.24.11.317):
image

Desktop:

  • OS: Windows 10
  • Framework/.NET Version: [.NET 8.0]
  • Toolkit Version: 90.24.11.317

Additional context
As a workaround, I had to change the value of StateCommon.DataCell.Border.Width, StateCommon.HeaderColumn.Border.Width, and StateCommon.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:
image

@ICloneableX ICloneableX added the bug Something isn't working label Jan 15, 2025
@PWagner1 PWagner1 added regression Something was working in a previous release, but isn't working now. area:datagrid All issues related to the DataGrid. version:90 All things to do with V90. version:100 All things to do with V100. version:95 All things to do with V95. labels Jan 15, 2025
@PWagner1 PWagner1 added this to the Version 95 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants