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

[Solved] Ctrl+C functionality in gridview

2 Answers 127 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Willem
Top achievements
Rank 1
Willem asked on 14 Oct 2009, 07:55 AM
I've noticed some weird functionality in the RadGridView control. In some locations in my application I can select a row and use Ctrl+C to copy the selected row. But in some locations I can't do that.

Is it possible to disable it all together?

2 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 16 Oct 2009, 11:50 AM
Hi Willem,

If you download our Latest Internal Build (2009.2.1009.1030) you can use the following attached property:

<UserControl x:Class="TicketID_250942_HeaderCellStyle.MainPage"
    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
    xmlns:Controls="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
    mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">
    <Grid>
        <telerik:RadGridView Name="clubsGrid"
                             Controls:Clipboard.IsEnabled="False">
        </telerik:RadGridView>
    </Grid>
</UserControl>

I hope this helps.

Best wishes,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Willem
Top achievements
Rank 1
answered on 19 Oct 2009, 07:59 AM
Thanks for the tip. It works like a charm!
Tags
GridView
Asked by
Willem
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Willem
Top achievements
Rank 1
Share this question
or