If you wanted to get those contents when binding, you can use the
ItemDataBound event of the datagrid. One of the arguments is a
DataGridItemEventArgs which we will refer to as "e". Using this you
can reference a cell (0-based index) with the following: