Hello,I have a problem with the multiselestion of the roes in the XamDataGrid. What I'm trying to achieve is that if I'm holding the SHIFT key and then press either Up or Down key then the rows in the grid will be sequential selected but if If do so the grid does some strange thing: the first next row is normally selected, but when I press the down key again I'm not getting the next row selected, what I'm getting is that the ID column of the second row is marked. If I press the down key one more time then the ID column of the second row is marked again and only after one more time pressing the down key I'm getting the third row selected. If I continue pressing the down key then the 4th row is selected normally but with the 5th I have the same problem. So basically the selection doesn't work properly on every second row. I'm gonna attatch a .gif file to make it easier to understand.Thanks in advance,Daniel
If it helps my CellClickAction is set to SelectRecord and SelectionTypeRecord is Extended.Best regards,Daniel
Hi Daniel,
What other settings do you have on the XamDataGrid? I created a basic one and enabled multi-record selection and I don't see the behavior described where every other record marks the first column twice before it finally moves on to the next record.
In your GIF the dotted line selection usually indicates focus changing so maybe there is something going on in your application where it manually plays with focus?
If possible, please modify my attached sample to reproduce the issue so I can take a look at why it's doing that.