This is a migrated thread and some comments may be shown as answers.

Binding RadComboBox not working when collapsed

1 Answer 94 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
shawn slatunas
Top achievements
Rank 1
shawn slatunas asked on 11 Mar 2010, 03:31 PM
Hi,
     I have a RadComboBox that is in a RadExpander which I have bound to a public property that returns a set of key value pairs.  I copied this same RadComboBox, renamed it, and placed it in a DataTemplate for a ListBox so when a User Selects the item in the ListBox the static text's visibility collapses and the editable fields are presented.  I am running into the problem where the RadComboBox doesn't bind.  The initial visibility of the RadComboBox is collapsed.  Any Ideas?

1 Answer, 1 is accepted

Sort by
0
k f
Top achievements
Rank 1
answered on 09 Apr 2010, 06:25 PM
Hey Shawn,

This could be tough without having the source code.  You might want to open a ticket and send the code in.

In the meantime, I would imagine it's a binding issue and possible with your syntax since moving it into another container.  Maybe post your xaml showing the binding here.

Have you tried debugging it and once the app is up, look in the Output window of Visual Studio to see if there are any binding errors?
Tags
ComboBox
Asked by
shawn slatunas
Top achievements
Rank 1
Answers by
k f
Top achievements
Rank 1
Share this question
or