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

Selectable Group Header

1 Answer 65 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 11 Jul 2012, 01:30 PM
Is it possible to make group header selectable so users can copy- paste the displayed value?

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 12 Jul 2012, 07:52 AM
Hello Michael,
Yes it is possible. We just need to replace the default textblock with a textbox
Should be something like :
<telerik:RadGridView x:Name="RadGridView1" >
            <telerik:RadGridView.GroupHeaderTemplate>
                <DataTemplate>
                    <TextBox Text="{Binding Header}" />
                </DataTemplate>
            </telerik:RadGridView.GroupHeaderTemplate>
        </telerik:RadGridView>


Let me know in case you need my further assistance.

Regards,
Pavel Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Michael
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or