I\'m using the toolkit:DataGrid from CodePlex.
I\'m generating the columns in code.
How can I set the equivalent of {Binding FirstName} in code?
Untested, but the following should work:
dgtc.Binding = new Binding("FirstName");