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