WPF DataGrid Vs Windows Forms DataGridView
Posted
by
Mrk Mnl
on Stack Overflow
See other posts from Stack Overflow
or by Mrk Mnl
Published on 2011-01-06T09:23:35Z
Indexed on
2011/01/06
9:53 UTC
Read the original article
Hit count: 285
I have experience in WPF and Windows Forms, however have only used the Windows Forms DataGridView and not the WPF DataGrid (which was only included in .Net 4 or could be added to .Net 3.5 from Codeplex, I understand). I am about to devlop an app using one of these controls heavily for large amounts of data and have read performance is an issue with the WPF DataGrid so I may stick to the Windows Forms DataGridView.. Is this the case?
I do not want to use a 3rd party control.
Does the Windows Forms DataGridView offer significant performance over the WPF DataGrid for large amounts of data?
If I were to use WPF I would prefer to use .Net 3.5S SP1, unless the DataGrid in the .Net 4 is significantly better?
Also I want to use ADO with DataTable's which I feel is better suited to Windows Forms..
© Stack Overflow or respective owner