@name perhaps? can't say I'm certain that will work...
--- In [email protected], "ronnlixx" <[EMAIL PROTECTED]> wrote: > > 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 >

