If I have a reference to a Column, is there anyway I could obtain a reference to the XamGrid instance that it lives in from the Column instance?
hi,
you can get a reference to the XamGrid through Column.ColumnLayout.Grid
HTH