B
Ben Gracewood
Hi
I'm feeling like a total idiot at the moment. We're building an app in
..NET 2.0 beta 2, and no matter how hard I try, I can't get a
DataGridView to accept ReadOnly = true on a cell or row.
Columns work fine, and stepping through the code clearly shows that
e.g. myDataGridView.Rows[0].ReadOnly = true; is being called, and yet
the row is definitely not read only.
Any ideas? Is this something missing in Beta 2, or am I missing some
simple step?
Many thanks,
Ben Gracewood.
I'm feeling like a total idiot at the moment. We're building an app in
..NET 2.0 beta 2, and no matter how hard I try, I can't get a
DataGridView to accept ReadOnly = true on a cell or row.
Columns work fine, and stepping through the code clearly shows that
e.g. myDataGridView.Rows[0].ReadOnly = true; is being called, and yet
the row is definitely not read only.
Any ideas? Is this something missing in Beta 2, or am I missing some
simple step?
Many thanks,
Ben Gracewood.