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

Multiple Row Selection using Keyboard in a RadGridView does not work

2 Answers 168 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sanket Singhvi
Top achievements
Rank 1
Sanket Singhvi asked on 19 Jul 2010, 11:26 PM
Hi,

I set the following property for the DataGrid
_dataGrid.SelectionMode = _presenter.AllowMultipleSelection ? SelectionMode.Extended : SelectionMode.Single;

Value of _presenter.AllowMultipleSelection  is set to true for multiple selection. When I use Shift Key and Mouse I am able to select multiple rows but using Shift Key and Up/down keys i am not able to select multiple rows in a data grid view.

I looked at the documentation. In example its seems to work with selection mode extended. But when I am implementing for my grid it doesn't......

Regards
Sanket

2 Answers, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 20 Jul 2010, 04:49 AM
Hello Sanket Singhvi,

Can you reproduce the problem with the attached sample project? If you can, could you please share with us the exact steps that you are performing.


Greetings,
Milan
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
Sanket Singhvi
Top achievements
Rank 1
answered on 20 Jul 2010, 03:58 PM
Hi,

Thanks for your reply. Its working I just used the new set of Dlls.

Regards
Sanket
Tags
GridView
Asked by
Sanket Singhvi
Top achievements
Rank 1
Answers by
Milan
Telerik team
Sanket Singhvi
Top achievements
Rank 1
Share this question
or