I have a datagrid with a checkbox column.
How can I make a messagebox appear if a cell with the checkbox gets checked
or unchecked?
thank you in advance.
I would look into overriding the DataGrid BoolColumnStyle. (Sorry that
might not be the correct name)

Signature
Tom Krueger
My Blog - http://weblogs.asp.net/tom_krueger
Smart Client DevCenter - http://msdn.microsoft.com/smartclient/
Mobile DevCenter - http://msdn.microsoft.com/mobility
This posting is provided "as is" with no warranties and confers no rights.
>I have a datagrid with a checkbox column.
> How can I make a messagebox appear if a cell with the checkbox gets
> checked
> or unchecked?
>
> thank you in advance.