Ok, so I searched the forums and kb and haven't been able to find a good answer yet. I'm sure I just missed it so forgive me! :)
I have a webgrid with a templated column using a checkbox as the control. I want to capture the click event. I've tried to consume the ItemCommand, SelectedCellsChange, ActiveCellsChange event but they aren't working for me. ActiveCellsChange works the first time I click the checkbox but if I click it while it still has focus, the callback doesn't happen. If I place a button control in the template the ItemCommand works but not for a checkbox.
Anyone got some info for me?
Thanks,
Scott
still lookin' for any help...thanks!
Just a hunch: Have you tried designating a CheckBox.OnCheckedChanged handler in your markup?