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
2320
Binding to object contained within a custom CVP in another cell
posted

I have a XamComboBox with a button beside it (created within a custom CellValuePresenter) in one cell of my XamDataGrid. Is there any way to bind another cell in the same record to the selected item of that XamComboBox?

 

The items in the XamComboBox are objects and only one property of those objects becomes the cell's actual value - the DataItem of the record contains this one value and not the whole object, therefore I cannot bind to the DataItem's property.

Parents Reply Children
No Data