question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Checkboxes using Dark theme within DataGrid column appear unchecked (Server 2012 R2)

See original GitHub issue

Describe the bug

On Windows Server 2012 R2, using a Dark theme, checked DataGridCheckBoxColumn appears unchecked.

Steps to reproduce

On Windows Server 2012 R2, using a Dark theme,

 <DataGridCheckBoxColumn Binding="{Binding IsSelected}" Header="Include" />

Or, download https://certifytheweb.com, add a contact using New Certificate, then Add new Certificate with at least one domain. Include column should be checked in light or dark mode (changed under settings).

Expected behavior

image

Actual behavior

The checkboxes in this image are checked, but they don’t look it until the theme is set back to light.

image

Environment

MahApps.Metro version: v2.0.1
Windows build number:  Windows 2012 R2 standard (via AWS lightsail)
Visual Studio: 2019 16.7.0
Target Framework: v4.6.2

_Originally posted by @webprofusion-chrisc in https://github.com/MahApps/MahApps.Metro/issues/3833#issuecomment-640007729_

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
webprofusion-chrisccommented, Jun 6, 2020

Chuck Norris doesn’t implement data grid improvements, the IL reconfigures dynamically according to his will.

1reaction
timuniecommented, Jun 6, 2020

@punker76 Did you ask Chuck Norris? I read abot it on a MS page that said it is not possible.

If it works this would be a huge improvement.

Read more comments on GitHub >

github_iconTop Results From Across the Web

wpf - Datagrid Column header should check / uncheck ...
The problem i'm stuck with is related to checkbox in DataGrid(WPF). I've attached the screenshot for better understanding of the problem.
Read more >
Datagrid multiselect checkbox set checked or unchecked ...
From my datagrid i have a col visible (string propery) checkbox for True or False, i would like slect multiple rows in the...
Read more >
MahApps.Metro v2.1.0 release notes (2020-06-23) | LibHunt
Data Warning and Error; #3840 Checkboxes using Dark theme within DataGrid column appear unchecked (Server 2012 R2); #3838 Blue highlight ...
Read more >
How to Display "Yes" or "No" Instead of Checkbox while ...
Here is an quick tip which described how you can override the checkbox to your required value in GridView RowDataBound events. Let's consider...
Read more >
CheckBox Checked and Un-Checked Events in Data Grid ...
In this article we will see how the Check Box check and uncheck events work in a Data Grid Header.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found