Which version of Mono did you use? If it was 2.4.* or older, could you try with the just released Mono 2.6 RC1?
http://old.nabble.com/Announcing-Mono-2.6-RC1-td26737297ef1367.html If the bug is still there, then please file a bug that contains your test case. Amyco wrote: > > I wrote a small test program that uses a DataGridView to display some > DataTable. > > The DataTable are all identical. They have 3 columns of the same name that > contain different numerical data. > > A DataTable is displayed in the DataGridView by assigning its value to the > DataSource property: DataGridView1.DataSource = DataTable. > > The first assignment is good. The table is displayed right but the change > table does not show correct data. All rows are identical ... > > This program works perfectly under the Microsoft’s Framework. > Have you an idea of the problem? The DataGridView not working or the > principle of changing the DataSource of the Grid is not correct ? > > Thank you. > > -- View this message in context: http://old.nabble.com/Malfunction-of-the-DataGridView.-tp26736811p26739723.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
