WPF DataGrid CheckBox Single Click Checking/Unchecking(www.mikeborozdin.com)
submitted by
MikeBorozdin(1146) 11 months, 13 days ago
WPF DataGrid has a very annoying behaviour of forcing users to click twice on a checkbox in order to check or uncheck it. There are a number of solutions proposing handling mouse preview events and switching a DataGrid into the edit mode manually. The problem with such solutions is that the require writing quite a lot of extra code that seems to be an overkill for such a minor, yet irritating problem. I propose a better option, to use a DataGridTemplateColumn instead of DataGridCheckBoxColumn. read more...
|category: Windows Presentation Foundation
|Views: 31
tags:
WPF another
Everyones tags:
Your Tags: