* System.Windows.Forms/DataGridView.cs: BeginEdit: don't allow editing
commitb878abc6722f6f3cf1197848c83f7882ae1d50f0
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 9 Aug 2007 13:43:35 +0000 (9 13:43 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 9 Aug 2007 13:43:35 +0000 (9 13:43 -0000)
treec3b030e43187dcf2f8b82b53731548a772f59821
parent8ae4bc05b98b725e8c4858eac351fdc9a9ee1e1e
* System.Windows.Forms/DataGridView.cs: BeginEdit: don't allow editing
  of readonly cells.
* System.Windows.Forms/DataGridViewCell.cs: Implement ReadOnly better:
  the cell is ReadOnly if the DGV, the column, the row, or the cell
  itself is readonly.
* Test/System.Windows.Forms/DataGridViewCommon.cs: Added a comment.
* Test/System.Windows.Forms/DataGridViewCellTest.cs: Added
  ReadOnlyTest.

svn path=/trunk/mcs/; revision=83753
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridView.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCell.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCommon.cs