Hi,
I have some json being returned from a service that looks similar to:
[{"attributes": {"name": "Job 1"}}, {"attributes": {"name": "Job 2"}}]how do I access name in the DataGridColumn, I tried several ways like attributes.name, attributes["name] but neither works. Any clue what i'm doing incorrectly? Thanks

