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.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Alex,

    I tested this out with a new grid on a form and it works fine for me. So if it's not working for you, then it must be either an old bug in the grid or something in your code. Without more information, I'm afraid I really couldn't guess why it's happening. 

     

Reply Children