Display a message when button is clicked

Certified Senior Developer

Hi,

I want to display a message informing an user to check their mail when a button is clicked. The button is for exporting the grid to excel. 

How do I do that? 

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Kinda depending on exactly where this button is and what other things you're expecting it to do, one feature you might be able to make use of is the "Confirmation Message" configuration which gives the user a pop-up (where you can make the message whatever you want), along with ok / cancel buttons (where you can change their labels but not what they do), and they have to press the "ok" button for the base button to take effect.

  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    Hi Mike and Richard, 

    The button is for exporting a grid to excel and when an user clicks it, an email is sent with the excel spreadsheet as attachment. 

    So I want to inform the users to check their mail. 

    I don't want to keep it as a confirmation message. 

    Thanks

Reply Children