Hi,
I've enabled my XamGrid with the following selection settings:
<ig:XamGrid.SelectionSettings> <ig:SelectionSettings CellSelection="None" CellClickAction="SelectRow" ColumnSelection="None" RowSelection="Multiple"/> </ig:XamGrid.SelectionSettings>
This is resulting in an unexpected side effect, where the grid now goes into multi-select mode whenever I click on a row in the grid, and as I move my mouse after the initial click, it just selects all the rows on the grid. Fortunately, using SHIFT and CTRL also lets me multi-select, but I *do not* want this click-drag selection featur. It's incredibly counter-intuitive, and does odd things when I overlay child windows over the grid window, for instance it keeps holding the selection and as I float my mouse over the child window (overlaying the grid window), the grid selection remains active.
Is there a way to disable this "feature"?
James Kim,
I am struggling on multipal selection on XamGrid . Could you guide me how to do it ?
Thanks,