-
|
Hi, I would like to know if it is possible to use a dynamic collection as an itemsSource because the header and data don't have a defined structure(it's determined in runtime). |
Beta Was this translation helpful? Give feedback.
Answered by
Rafucho25
Sep 15, 2025
Replies: 1 comment 5 replies
-
|
Hi @Rafucho25, It might be possible to support a dynamic collection as an ItemsSource, but it depends on how the data is structured at runtime. If you can share a sample of the collection you're using, I can take a look and see if it works as-is or if any changes are needed. If adjustments are required, I’ll consider them for a future release. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My problem was that the option Auto-generating Columns doesn't work with dictionaries or ExpandoObject, so I fixed it by creating the columns manually. Thanks for your help.