20 January 2012 0 Comments

Solution to hard to check CheckBox when using a DataGridCheckBoxColumn without a Label in WPF

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 >…( read more )

Read the original:
Solution to hard to check CheckBox when using a DataGridCheckBoxColumn without a Label in WPF

If you liked this post, buy me a Coffee.

Leave a Reply