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

setting default value in GridViewComboColumn

0 Answers 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
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

No answers yet. Maybe you can help?

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