Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
How to capture the event when hit Del key for a row in XamGrid?
posted

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?