This question is locked. New answers and comments are not allowed.
Is there a way to prevent a row or cell for that matter from being selected.
effectivly turning off selection for the entire grid.
I was hoping for a IsSelectionAllowed property but i dont see one.
I have tried clearing the selection (.SelectedItems.Clear() ) on the selectionChanged event
but that caused observable collection errors.
--> Cannot change ObservableCollection during a CollectionChanged or PropertyChanged event
thanks
dco
effectivly turning off selection for the entire grid.
I was hoping for a IsSelectionAllowed property but i dont see one.
I have tried clearing the selection (.SelectedItems.Clear() ) on the selectionChanged event
but that caused observable collection errors.
--> Cannot change ObservableCollection during a CollectionChanged or PropertyChanged event
thanks
dco