Hello!
Lets say I'm databinding xamDataGrid from DB and I have one unbound field added to FieldLayout which I'm setting manually.
Now is my problem. I want to accomplish this from codebehind:
No one knows how to do this?
You can iterate through the ViewableRecords collection of the DataPresenter and then as needed upcast to a DataRecord (the collection is of the base type Record) and access its Cells collection indexing into it using either the Field or Name of the unbound field.