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

Disable CTRL+A shortcut

2 Answers 54 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Nicolas
Top achievements
Rank 1
Nicolas asked on 05 Nov 2010, 05:37 PM
Hi,

I need to disable the CTRL+A shortcut on the TreeView (because the tree is virtualized and in our case it doesn't make sense to select all the items while they are not all loaded).

How can this be achieved?

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 09 Nov 2010, 10:40 AM
Hello Nicolas,

The RadTreeView should not react when the CTRL+A is pressed. Meaning that CTRL+A is disabled by default. In fact you should implement the "Select All" command by your own. We decided not to handle that key combination due to many custom scenarios clients may require. In other hand it is really easy to implement that functionality by your own custom needs.

Please let us know if you need more info or help about our products.

Greetings,
Hristo
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
0
Nicolas
Top achievements
Rank 1
answered on 09 Nov 2010, 12:18 PM
Hi Hristo,

Thanks for the response.

I just realized that I must have been confused when I wrote this because I was really thinking about the GridView and not the TreeView. I think I even did the research for the TreeView, so I'll search how to disable CTRL+A on the GridView and will post in the GridView forum if I am still facing issues.

Sorry about this.
Tags
TreeView
Asked by
Nicolas
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Nicolas
Top achievements
Rank 1
Share this question
or