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

ComboBox issue with MVVM

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 09 May 2011, 10:23 PM
I have a combobox as follows:

 

 

 

 

<telerik:RadComboBox ItemsSource="{Binding ReviewStatusOptionList}" SelectedItem="{Binding SelectedReviewStatusOption, Mode=TwoWay}"
                                ClearSelectionButtonContent="Show all" ClearSelectionButtonVisibility="Visible" DisplayMemberPath="Value" Height="26"
                                CanAutocompleteSelectItems="False" VerticalAlignment="Top" />

Later in my form, I have RadGridView where I have set up a trigger action on the double click.  Now, when I double click an item from the RadGridView control, the combobox property gets updated to 'null'.  I have NO ties b/w the combobox and the grid view controls.

Any ideas?
Tks.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 12 May 2011, 08:14 AM
Hi Brian,

 
Could you please send us more information about your scenario? What happens when you double click the RadGridView? Which RadComboBox property gets null?

I am glad to assist you further.

Kind regards,
George
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
Brian
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or