Skip to content

Use DevExpress Blazor Popup to create a custom confirmation dialog for delete operations in DevExpress Blazor Scheduler.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-popup-confirmation-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popup for Blazor - How to implement a confirmation dialog

This example demonstrates how to use DevExpress Blazor Popup to create a custom confirmation dialog for delete operations in DevExpress Blazor Scheduler.

DxPopup - Confirmation dialog

Overview

Follow the steps below to implement a confirmation dialog:

  1. Add a DxPopup component to the page, disable default user actions that dismiss the popup, and add custom buttons to the component's content area.

  2. Handle the DxSxheduler component's AppointmentRemoving event to display a confirmation dialog when a user attempts to delete an appointment.

  3. Create a task that displays the confirmation form. Handle button clicks to store user choice - confirm or cancel. The scheduler's event reads the user choice and cancels deletion if necessary.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Use DevExpress Blazor Popup to create a custom confirmation dialog for delete operations in DevExpress Blazor Scheduler.

Topics

Resources

License

Stars

Watchers

Forks