Advanced Forum Search Results
-
i've fixed this issue by removing and readding the System.* references in the project.
-
We have so many columns because our users ask us to. We tried the approach you are suggesting a while back in a winforms application, but the users didn't like it. The absolute minimum number of columns we have to display is about 50, but even in this case the grid becomes much slower than we would have liked. For example, ...
-
DataGrid becomes awfully slow when the number of columns exceeds, say, a 100.
Is it possible to enable UI virtualization for the columns? Thanks!