This question is locked. New answers and comments are not allowed.
Hi all,
I have a GridView control having a GridViewComboBoxColumn column type and I have an issue when setting initial binding value.
I populate the combo box asynchronously (I set ItemsSource, DisplayMemberPath and SelectedValueMemberPath properties) from a list, but it may happen that I set the ItemsSource property of the GridView before populating the combo box.
If it happens, I can see initial binding values when I enter in edit mode in cells of that column, not before.
Is there a way to force value binding after populating the combo box?
Thanks.
Regards.
I have a GridView control having a GridViewComboBoxColumn column type and I have an issue when setting initial binding value.
I populate the combo box asynchronously (I set ItemsSource, DisplayMemberPath and SelectedValueMemberPath properties) from a list, but it may happen that I set the ItemsSource property of the GridView before populating the combo box.
If it happens, I can see initial binding values when I enter in edit mode in cells of that column, not before.
Is there a way to force value binding after populating the combo box?
Thanks.
Regards.