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
2690
Enable the xamgrid cell based on combo value
posted

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?

 

 

Parents
  • 40030
    Offline posted

    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

Reply Children