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?
How ca i do in visual basic
I have xamcomboeditor.itemsource = Lista -- have array it´s ok but when i want to put name and value it´s not working
xamcomboeditor.DisplayMemberPath ="memdescripcion"
xamcomboeditor.DisplayValueSource = "memid"
can you explain me thanks.
Hi Poka
I do not follow what you are asking. Can you provide more information please.
Kind regards
Christo