I have a checkbox column bound to a dependency property. When editing the checked property is it possible to update the bound property immediately rather than waiting for the cell to lose focus?
Thanks, Mark
|
|
I have a checkbox column bound to a dependency property. When editing the checked property is it possible to update the bound property immediately rather than waiting for the cell to lose focus? Thanks, Mark
|
||
|
|
|
|
Hello, you can look here, there is a solution (go to: summary:derive from
|
||
|
|
|
|
You can try to handle OnKeyDown and OnKeyUp events but you'll have to update the bound property yourself. |
||
|
|