I'm currently using the XCeed WPF DataGridControl in a project for a grid with about 60 rows, and about 30~40 columns. It takes about 15 seconds for the grid to be created, and I was wondering if this speed is normal? Using the Visual Studio profiler, it's shown that the hottest path based on CPU usage seems to be in MeasureOverride during this time.
Are there any suggestions for what could be done to speed this up?
Are there any suggestions for what could be done to speed this up?