In my .NET 3.5 WPF Application, I have a WPF DataGrid which will be populated with 500 columns and 50 rows. The performan
.NET 3.5
WPF
DataGrid
Maybe try this instead of loading all 50 rows at once
http://www.codeproject.com/Articles/34405/WPF-Data-Virtualization