Hello
Is there a way to disable the XamDataGrid Delete Confirmation when I delete a row?
Thank you,
Patrick
There is no property to control this but you could write your own attached behavior.
Hi,
I'm insterested if you can also set this in xaml?Many thanks,
Femke
Perfect, thanks for the very fast answer.
You can handle the RecordsDeleting event and set the DisplayPromptMessage to false.