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
735
SelectedValue
posted

Normal 0 false false false EN-US X-NONE X-NONE

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;

 

Parents Reply Children
No Data