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
1150
Edit custom-object field using combobox selection in XamDataGrid
posted

Hello,

when I bind a field to a custom object which implements ToString() it will be displayed like expected.
I set a combobox with a collection of these custom objects as editor for the field by using a style.
Unfortunately as soon as I use a custom object instead for example a simple string,
the field gets read-only and the selection combobox is never displayed.

How can I get an editable field for custom-object (selection) on the XamDataGrid?

Thanks a lot.