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
250
Hide xamCheckEditor depending on values in other cells
posted

Hi,

I bind an observable collection to my xamDataGrid. One of my properties is of type boolean so I have a xamCheckEditor for editing the value. Depending on other propertie's values, the boolean type is of no use, so I like to hide the xamCheckEditor in these cells. How can I accomplish this?

Any answer is appreciated.