Hello,
I have updated the selection type to multi-select, but the deletion confirmation dialog remains unchanged. I would like to adjust it so that it properly reflects multi-select behavior.
I do not want to add an SfDialog in the grid. Instead, is there a way to modify the existing deletion confirmation dialog text
(or dialog content)?
For reference, the custom delete dialog can be enabled using:
public bool ShowDeleteConfirmDialog { get; set; }
The resource key for the confirmation text is: Gantt_ConfirmDelete.
Thank you!