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

overriding Ctr+C behavior

1 Answer 44 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Daní
Top achievements
Rank 1
Daní asked on 25 May 2011, 10:48 AM
Hello,

I'd like to customize the data is send to clipboard when users presses Ctrl+C. How can I override the default behavior?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 25 May 2011, 11:03 AM
Hello DanĂ­,

 You can handle the Copying event of RadTreeListView and cancel it (set e.Cancel = true). You can then execute your custom copying logic.

Best wishes,
Yavor Georgiev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeListView
Asked by
Daní
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or