I bounded a grid to datatable.
For each cell in the grid, I need to know which is the bounded DataTable cell.
Based on this information I want to change the color of the cell.
How do I get this information?
You can get the DataRow of each grid row by cell.Row.ListObject
You can get the cell field name by cell.Column.Key