I.m using the Xceed datagrid v.2 for WPF, the free one.
When I bind to the grid using:
grdExceed.ItemsSource = ds.Tables[TableName].DefaultView
with a dataset containing around 1000 rows it takes about 3 minutes for it to display.
Is it supposed to be that slow or what???