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
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