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.

Reply
  • 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.

Children