Hi,
I have a GridViewComboBoxColumn which is bound to a List of object with DisplayMemberPath and SelectedValueMemberPath set to the Name and ID properties of this object resp.
This combobox allows to enter text and I need it to accept user entered values which are not even present in its ItemSource.
Is it possible by any means?
Thanks,
Arpit
I have a GridViewComboBoxColumn which is bound to a List of object with DisplayMemberPath and SelectedValueMemberPath set to the Name and ID properties of this object resp.
This combobox allows to enter text and I need it to accept user entered values which are not even present in its ItemSource.
Is it possible by any means?
Thanks,
Arpit