Hi,
we have a request from our users to select all records in a xamDataGrid with one single click.We found a post on this on the forum http://ko.infragistics.com/community/forums/p/69167/353123.aspx#353123 to be able to do this, however if there are many records in the grid (+/- 2000) this solution is VERY SLOW !
The grid supports this functionality by selecting the first record and then clicking SHIFT + CTRL + END. This works fast (as expected), but the users would prefer CTRL+A shortcut and an extra button in the user interface.Thanks for helping us on this!
You could use SHIFT + Page Down or Page Up to select multiple records. If you have selected a record and use SHIFT + Page Down, you will select all of the records to the end of the grid.
This documentation provides more detail on behaviors.
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamDataPresenter_Keyboard_Navigation_in_xamDataPresenter.html
Please let me know if you have any questions.
I was wondering if you had a chance to review the documentation and if you had further questions.
Please let me know if there is anything more that I can help with.