I have the following scenario
I have an ItemsCollection in which the ItemsSource is bound to an observablecollection of DataTables. These datatables are dynamically generated at runtime.
When the grid is loaded I want to loop through each of the cells and set a tooltip and background color of the cell based on some condition.
How can I do this?
Thanks,
Billy Jacobs
I have an ItemsCollection in which the ItemsSource is bound to an observablecollection of DataTables. These datatables are dynamically generated at runtime.
When the grid is loaded I want to loop through each of the cells and set a tooltip and background color of the cell based on some condition.
How can I do this?
Thanks,
Billy Jacobs