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
Different itemsources with a XamComboEditor on a cell
posted

I want to bind a XamComboEditor to a Cell, where each cell in a row has a different set of data in the combobox, in C# code.

 

I use a ComboBoxItemsProvider, Fieldsetting and style to set a fieldsetting of a particular cell, through the 'InitializeRecord' event.

But that settings is used for the hole column (or Field for that matter).

Conclusion i get the same data on every row (in de particular column).

In the XamComboEditor dependeny properties is a loaded event, is it possible though that to set the correct XamComboEditor data and how?

Parents Reply Children