2008-05-20 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Tue, 20 May 2008 16:26:25 +0000 (16:26 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 20 May 2008 16:26:25 +0000 (16:26 -0000)
commit3fa0c3ef8c98320bbfe82a836417fc659e5d6856
tree3b9340fe6e6098562b2d036cc47e5351b068355a
parent6eb39c18baa49ffbffd663460f16e174d08dc181
2008-05-20  Jonathan Pobst  <monkey@jpobst.com>

* DataGridViewColumn.cs: Allow IsDataBound to be set internally.
* DataGridViewColumnCollection.cs: Ensure OnColumnAdded is called.
* DataGridView.cs: Lots of fixes/enhancements to databinding to
a DataSet.

2008-05-20  Jonathan Pobst  <monkey@jpobst.com>

* DataGridViewDataBindingTest.cs: Added.

2008-05-20  Jonathan Pobst  <monkey@jpobst.com>

* System.Windows.Forms_test.dll.sources: Add DataGridViewDataBindingTest.cs.

svn path=/trunk/mcs/; revision=103587
mcs/class/Managed.Windows.Forms/ChangeLog
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/System.Windows.Forms/DataGridViewColumnCollection.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewDataBindingTest.cs [new file with mode: 0644]