Hi,
I am using infragistic control XamComboEditor. I have binded list "lstMode" to this
control as below:
xamcombo.ItemsSource = lstMode;
xamcombo.DisplayMemberPath = "Desc";
xamcombo.SelectedIndex = 0;
I would like to bind selectedvalue to XamComboEditor by object data as we can
do in silverlight combobox control as below but I am not getting SelectedValue
property in XamComboEditor .
combo.SelectedValue = objconn.MetadataId;
Kindly suggest
Hello Asit,
Please find attached sample which extends the grid to include properties to bind the SelectedItem and SelectedValue as suggested in the following forum thread
http://community.infragistics.com/forums/p/56550/291191.aspx
Valerie
Did the sample help you resolve your issue?
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support