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?
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.
-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?