Open TomQv opened 7 years ago
This is unfortunately the default behaviour for these controls. There may be a way to customize it, at least on WPF. Thanks for the feedback!
you mean, that the event is not fired is normal?
You said the event (setting the value) is not fired immediately, which is what I am seeing as well but it does get set when it loses focus. Are you saying that the event is never fired and you model isn't updated?
The event is fired, when it loses focus. This is at least very much unexpected.
Ok, thanks for the clarification. I'm not sure about the first part of this issue, where you do not expect the selection to change (though needs investigation), but at least the second part should be able to be done.
This is a funny behaviour of the checkbox in a CheckBoxCell as a column in a TreeGridView .
I was expecting, that clicking a checkbox would not change the selected item and that the event would be fired immidiatly. Tested on winForms and Wpf.