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

Cannot select all rows with Ctrl+A

1 Answer 244 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 11 Mar 2011, 11:46 PM
2010 Q3 SP1
Windows 7

With SelectionMode="Extended", pressing Ctrl+A does not select all items. The documentation claims it should (http://www.telerik.com/help/wpf/gridview-multiple-selection.html). The relevant part of the grid declaration is below.

            <telerik:RadGridView 
                              ScrollViewer.CanContentScroll="True"
                              IsReadOnly="True"
                              ShowGroupPanel="False"
                              SelectionMode="Extended"
                              IsFilteringAllowed="True"
                              RowIndicatorVisibility="Collapsed"
                              CanUserSelect="True"
                              CanUserDeleteRows="False"
                              >

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 12 Mar 2011, 08:05 AM
Hi David,

Indeed, as described in the documentation, setting SelectionMode to "Extended" will enable you to use the Cntr+A key combination for selecting all item. I have tested the behavior on our demo which is built against the same version - Q3 2010 SP1, but everything works as expected. Are you able to reproduce the same behavior on this demo?  

Regards,
Maya
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or