2009-03-19 Ivan N. Zlatev <contact@i-nz.net>
commitb7a4136f890134bb5af5bb1d95f2899c3e05461a
authorIvan Zlatev <ivan@ivanz.com>
Thu, 19 Mar 2009 18:10:03 +0000 (19 18:10 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Thu, 19 Mar 2009 18:10:03 +0000 (19 18:10 -0000)
treea991aee83dd624728dfbda2a6ad2e2cd4b511efc
parent55953cbcb5c67a95397f133769e42e3fdd5fffb0
2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>

* DataGridView.cs, DataGridViewColumn.cs: Do not set Row/CellTemplate's
DataGridView. They do not belong to a DataGridView.
* DataGridViewTest.cs, DataGridViewColumnTest.cs: Add tests for
Row/CellTemplates being always null.
[Fixes bug #486645]

svn path=/trunk/mcs/; revision=129806
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/DataGridViewColumn.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTest.cs