
Hi,
I am having a problem with the ThemedDataGrid, I need a grid with 16 rows and 16 columns of int, if I use a "DataGridInt32Column" when I set the ItemSources at runtime the grid take up to 5 seconds to show the data, if I use a standard DataGridTemplateColumn (with TextBlock for CellTemplate and Int32EditBox for CellEditingTemplate) the grid show the data immediately.
where can be the problem....
Thanks,
Giancarlo.