Hi there,
I need to set a Dictionnary as ItemSource (with DisplayMemberPath et SelectedValueMemberPath setted as done with the regular RadComboBox), but the RadCombox.SelectedValue is never commited to the DataItem. Is that a bug ?
thanks, greg
Edit : Further investigations have shown that the value is commited when the Radcombobox editor looses focus and disapears. FurtherMore, the commited value is the one that was selected one selection step. It means that if i start with a random value and then I select one item in the grid combobox hoping for changing its value, the committed value is the one that was selected at first. If I try to change the selected Item three times in a row without living the editor, the commited value is the second one and not the third as expected.
I am missing something about GridViewComboBoxColumn ?
How could I force the value to be commited for each selection ?
I need to set a Dictionnary as ItemSource (with DisplayMemberPath et SelectedValueMemberPath setted as done with the regular RadComboBox), but the RadCombox.SelectedValue is never commited to the DataItem. Is that a bug ?
thanks, greg
Edit : Further investigations have shown that the value is commited when the Radcombobox editor looses focus and disapears. FurtherMore, the commited value is the one that was selected one selection step. It means that if i start with a random value and then I select one item in the grid combobox hoping for changing its value, the committed value is the one that was selected at first. If I try to change the selected Item three times in a row without living the editor, the commited value is the second one and not the third as expected.
I am missing something about GridViewComboBoxColumn ?
How could I force the value to be commited for each selection ?