Dear Sir,
First, I m sorry, I must find the help artice before I ask any thing,
because I am new and missunderstood , I thought we can add a button direct to Gourp pane.
with your help I know that I will add button to a pane, but I dont know where I put the text below to my XAML
"
<DataTemplate x:Key="TitleTemplate">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<ContentPresenter Content="{Binding}"
Margin="0,0,75,0" />
<telerik:RadButton Grid.Column="1"
Content="Float!" />
</Grid>
</DataTemplate>
"
Please help me
Thansk in advance