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

[Solved] setting default value in GridViewComboColumn

0 Answers 123 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sanjay
Top achievements
Rank 1
sanjay asked on 12 Jun 2013, 07:54 AM
Hi 
<Telerik:GridViewComboColumn  ItemsSource="{Binding Countries, Source={StaticResource comboBoxViewModel}}" DataMemberBinding="{Binding CountryCodeString, Mode=TwoWay}"
                                                              Header="Country" DisplayMemberPath="Value" SelectedValueMemberPath="Key" />

In Gridview i have GridViewComboColumn Cloumn. while adding each row i need to set default value. Please help me regarding setting default value in GridViewComboColumn.


Regards
sanjay
Tags
GridView
Asked by
sanjay
Top achievements
Rank 1
Share this question
or