I would like to disable the mouse drag cell selection in Xamgrid. But, i would need to retain the "SelectionSettings.CellSelection = SelectionType.Multiple" for other purposes. Is there a property in Xamgrid to disable the mouse drag cell selection? Many thanks!
Hi,
Currently the only way to disable mouse drag cell selection is by setting the SelectionType to Singe.
-SteveZ