Replies: 1 comment
-
No, this is not possible. The Blazor Virtualize capability (which we use) only looks at height of an area and the items in it, not at the width. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a Data Grid that could potentially have a lot ~100 columns and this is quite a performance hit. I use virtualization and an items provider for the rows which works great.
Would it be possible to add a native ColumnVirtualize="true" for example to the data grid?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions