Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1590
Issue with adding grid row to Selected.Rows if CTRL key is hold(for one row).
posted

Hi, All. 

 I hold CTRL key and click on a row.  Aftter this I have found that collection of selected grid rows do not contain the row I clicked on( with holding CTRL key).

But if I do the same with holding SHIFT key that collection of selected grid rows contains the row I clicked on.

Note:

 - I mean the case when we are selecting only one row. 

 - I use grid.DisplayLayout.Override.CellClickAction = CellClickAction.RowSelect; 

What is the reason of that? I need to add such row to grid.Selected.Rows at clicking on row with holding CTRL key. 

 

Thanks in advance. 

Alex.