Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
Underlying source of cell
posted

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?

  • 17259
    Offline posted

    You can get the DataRow of each grid row by cell.Row.ListObject

    You can get the cell field name by cell.Column.Key