Hello,
I have to work with a GridViewColumn named "Alert" containing a <DataTemplate> wich is composed by a checkBox and a textBlock...
Please, i need your help to do the following:
If i the checkBox is checked i want to ge the content of the "ForeCast" column (column n° 9) and put it in the textBlock and change its foreground to green.
I tried to do this but i did not knew from where to get the content of the grid. P.s: my grid itemsSource is generated from an ObservableCollection<BusinessItem>.
Here is a print screen of my grid
Waiting forward for your answer...
Cordially,
KAROUI Haythem
I have to work with a GridViewColumn named "Alert" containing a <DataTemplate> wich is composed by a checkBox and a textBlock...
Please, i need your help to do the following:
If i the checkBox is checked i want to ge the content of the "ForeCast" column (column n° 9) and put it in the textBlock and change its foreground to green.
I tried to do this but i did not knew from where to get the content of the grid. P.s: my grid itemsSource is generated from an ObservableCollection<BusinessItem>.
Here is a print screen of my grid
Waiting forward for your answer...
Cordially,
KAROUI Haythem