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
50
Enable/Disable Fields in DataGrid depending on a Value selected by Combobox in the same row
posted

Hello,

 

I have the following problem:

 

We have a XamDataGrid with different cells. In one cell is a XamComboEditor to choose different values.

We need now the ability to enable or disable two other cells in the same row depending on the value that is choosen in the combobox (set the allowedit property).

I have tried different things but all I achived was that when I set the field for one row to allowedit, the cells in all rows was editable.

 

Regards,

Michael