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
1935
"Update" ActiveDataItem with XamComboEditor
posted

 

Hello,

Very simple question.

I use a XamComboEditor in my XamDataGrid. I have set an SelectedItemChanged-event on this ComboEditor to compare the selected index to my DataModel.

The problem is, that the ActiveDataItem-property on the xamDataGrid isn't set when comboeditor is expanded. It is only set if I select a text-field or a numeric-field.

How can I get the DataItem that the ComboEditor refers to?