I have a datagrid with a boolean column ? checkboxes. When the user
checks the checkboxes, the datagrid redraws with a big Red X in the
middle. This is happening only on a single computer (user), and I have
tried to reproduce the problem many times on my computer without
success. Any idea?

Re: Big Red X on DataGrid by Lloyd

Lloyd
Wed Oct 20 22:54:22 CDT 2004

yep.
this big red X is the way WinForm handle bug in the OnPaint() method, it
catches the exception and replace the control by a dummy red cross.

what about using the debugger and break on exception?
even without VS.NET there is a free (and basic) visual debugger shipping
with .NET

"InjuredWorm" <marymunteanu@hotmail.com> wrote in message
news:85193383.0410201230.39cfd85c@posting.google.com...
>I have a datagrid with a boolean column - checkboxes. When the user
> checks the checkboxes, the datagrid redraws with a big Red X in the
> middle. This is happening only on a single computer (user), and I have
> tried to reproduce the problem many times on my computer without
> success. Any idea?