I have set del key action for xamgrid like:
DeleteKeyAction="DeleteRowOfActiveCell"
then when user hit Del key, the row will be removed from the list, then I can submit changes to save data back database. It works fine.
But my question is: I want to stop the del action for the specific row, for those rows, not allow delete action.
How to resolve this issue?
Hello Benjamin,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.