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

[Solved] SelectedIndex update SelectedItem in RadListBox in RadDropDownButton

1 Answer 180 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shawn
Top achievements
Rank 1
Shawn asked on 04 Mar 2013, 09:07 PM
Hello,

I have a RadListBox in the DropDownContent of a RadDropDownButton like so:

<telerik:RadDropDownButton Grid.Row="1" Grid.Column="1" Margin="5">
    <telerik:RadDropDownButton.Content>
        <Viewbox>
        <TextBlock x:Name="uxtbDDBDisplay"/>
        </Viewbox>
    </telerik:RadDropDownButton.Content>
    <telerik:RadDropDownButton.DropDownContent>
        <telerik:RadListBox x:Name="uxlstOptions" MinWidth="85" MaxHeight="200" SelectionMode="Single"/>
    </telerik:RadDropDownButton.DropDownContent>
</telerik:RadDropDownButton>

The problem is when I update the SelectedIndex or SelectedItem on the RadListBox it does not update the opposite until the RadDropDownButton is opened.

Complete source of sample project here: http://dl.dropbox.com/u/22869986/RadDropdownTestProject.zip

Is there anyway to make this work without forcing the user to open the RadDropDownButton first?

Please note: this worked as expected before the most recent update.

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 07 Mar 2013, 10:07 AM
Hello,

You can find more information about this issue related to the RadListBox control in this post.

Regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Shawn
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or