Solution to hard to check CheckBox when using a DataGridCheckBoxColumn without a Label in WPF
1 min read
When you have a DataGridCheckBoxColumn without an associate label it is very difficult to check and uncheck the CheckBox.
I know this solution makes no sense, but it works.
In your Xaml add this markup.
<DataGridCheckBoxColumn> <DataGridCheckBoxColumn.ElementStyle> <Style /> </DataGridCheckBoxColumn.ElementStyle></DataGridCheckBoxColumn> Share:
Share on LinkedIn
Quick Share: Your custom post text has been copied to your clipboard! Click the button below to open LinkedIn's share dialog, then paste it.
💡 Tip: LinkedIn will open in a new tab. Use Ctrl+V (or Cmd+V on Mac) to paste your text.
Note: LinkedIn will show the article preview. You can add your custom text above it.