Posted 24 Dec 2012 Link to this post
<
telerik:GridViewColumn
Header
=
"Группа"
IsReadOnly
"False"
>
telerik:GridViewColumn.CellEditTemplate
DataTemplate
ComboBox
ItemsSource
"{Binding Path=[ClientGroupList]}"
SelectedItem
"{Binding Path=[ClientGroup], Mode=TwoWay}"
DisplayMemberPath
"Name"
SelectedValuePath
"Id"
/>
</
telerik:GridViewColumn.CellTemplate
TextBlock
Text
"{Binding Path=[ClientGroup].Name}"
Posted 25 Dec 2012 Link to this post
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.