Replies: 2 comments
-
Try something along these lines: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks that works, however since the data is not handled by the DataGrid internally it can't sort or filter. That makes it not very usefull in my case. Perhaps you could add this as a feature for future versions. |
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
-
I would like to use the DataGrid with a dynamic set of data. I want to show the results of user surveys in the datagrid , but each survey has different amount of answers (each answer should be a column). I have the data in a datatable and converted this to a List . However i can't seem to use the dynamic list on the DataGrid, the TItem="dynamic" is not accepted by the DataGrid component.
Any suggestions would be welcome.
Beta Was this translation helpful? Give feedback.
All reactions