DataGrid with primitive type #5504
Unanswered
RealityMasque
asked this question in
Q&A
Replies: 1 comment
-
It's preferable if you wrap it in a class, as the However if you're really keen on making it work with that string list, it might work with using the Since in this case it's a simpler list maybe you could look into some simpler extensions like the PS: Also just being picky but string is not a primitive type as it is still a "complex type" / object behind the scenes. :P |
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
-
really stupid question... I have:
where svfFeatureNames is a List of string.
for some reason, the datacolumn isn't rendering each string. I have:
I'm used to providing something in the Field attribute of DataGridColumn, but I'm not sure what value should be.
As is, the number of rows is the same as in the list, but none of the actual strings get rendered.
does someone know?
thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions