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

Ctrl-Click & Shift-Click in Grid?

1 Answer 137 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joel
Top achievements
Rank 1
Joel asked on 11 Mar 2009, 11:02 PM
Your grid samples show how to use mouse selection for multiple selection.

Much more useful would be how to use the Ctrl-click and shift-click multiselect of the grid.  Can you post examples on how to do that?

thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Missing User
answered on 12 Mar 2009, 07:41 PM
Hello Joel,

We would suggest instead of using the Ctrl-Click or Shift-Click actions, to use a mouse drag and drop operation to multi-select. You can optionally create custom code steps before and after clicking on the items that  simulate a keypress like this:

Before step:
Desktop.Keyboard.KeyDown(Ctrl);
After Step:
Desktop.Keyboard.KeyUp();

Please let us know if this was helpful or if you have any further questions.

Best wishes,
Nelson
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Joel
Top achievements
Rank 1
Answers by
Missing User
Share this question
or