Is it possible to enable a cell control based(this again is a combo in the templatecolumn) on the value selected in the combo of the xamgrid
I am using the cellcontrolattached and for the initial load i get the control disabled or enabled correctly
But when i change the value of the combo in xamgrid the cell does not enable or disable
Which event needs to be triggered for this?
Hi,
I'm assuming your ComobBox's SelectedItem is bound to the underlying field of your data for that row.
If so, when that item changes, are you raising the PropertyChanged event.
-SteveZ
" Are you raising the PropertyChagned event for that property when it changes.."
By this do you mean when the SelectionChanged occurs for that combo?
I'm assuming the ComboBox is actually bound to a field. Are you raising the PropertyChagned event for that property when it changes? B/c if not the CellControlAttached event won't get raised.