If, for example, you want to access the contents of a row that has been selected, you would obtain the contents like this:
myDG.selectedItem.dgName where 'dgName' is the dataField name that has been assigned to the DataGridColumn. So, selectedItem refers to the row and then followed by the column dataField name. R. Grimes

