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

Problem with Loading Data into Combo box...

1 Answer 73 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 2
Kevin asked on 19 Apr 2011, 06:13 PM
hey guys,

I have an issue with binding ... You might be able to help me with.

Currently we have a RadComboBox :

<telerikControls:RadComboBox Name="uiActionerNamesComboBox" IsEditable="True"
IsReadOnly="False" Margin="0,0,3,0" ItemsSource="{Binding AllAgilityJobDocs}" SelectedValue="{Binding SelectedActioner, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, NotifyOnTargetUpdated=True}"
KeyUp="uiActionerNamesComboBox_KeyUp"  telerikControls:TextSearch.TextPath="Title" HorizontalAlignment="Stretch" EmptyText="{Binding ThisActioner.Position, Converter={StaticResource EmptyActionerTextConverter}}">

So, we have AllAgilityJobDocs which are a list of SimpleAgility Items... These items are populated and then we have the SelectedActioner Value which will be a value on this list...

However i think at the moment its not setting the combo box correctly upon loading our control, this DOES work correctly when saving etc. but its just the inital load that is causing issue...

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 26 Apr 2011, 08:08 AM
Hello Kevin,

Could you please give us some more details about the issue - what is wrong when loading? If you could send us your project, so that we can run it here locally and debug it, it will be very helpful for tracking down the source of the problem.

Kind regards,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Kevin
Top achievements
Rank 2
Answers by
Konstantina
Telerik team
Share this question
or