This question is locked. New answers and comments are not allowed.
Hi,
I have my own defined GroupHeaderTemplate in the RadGridView. The picture is attached and a part of the code goes here:
When I rename the text in the textbox, I want to save it to my DB. But the renamed Name is not the one that is selected in the GridView, so i can't get it from the SelectedItem of my GridView.
How can i bind the changed name to a property from my ViewModel?
I have my own defined GroupHeaderTemplate in the RadGridView. The picture is attached and a part of the code goes here:
<TextBox Grid.Column="0" Text="{Binding Group.Items[0].Name, Mode=TwoWay}" Foreground="#50A0DA" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left" Width="Auto""/>How can i bind the changed name to a property from my ViewModel?