Adding confirmation buttons /links in Grid

Certified Lead Developer

Hi,

 

I have a requirement of adding confirmation buttons and labels when user clicks on the "Delete" link in each row.

Any suggestions?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer
    Another potential way to handle this would be to have the "Delete" link actually be a SubmitLink (assuming this is being done within a process task); SubmitLink objects can be given confirm buttons / confirm messages just like regular buttons. In this case it would probably be best to handle the actual row deletion in the process model, and just chain back into the same task - from the user's perspective nothing will have happened other than the selected row deleted, assuming everything else has been set up correctly.
Reply
  • +1
    Certified Lead Developer
    Another potential way to handle this would be to have the "Delete" link actually be a SubmitLink (assuming this is being done within a process task); SubmitLink objects can be given confirm buttons / confirm messages just like regular buttons. In this case it would probably be best to handle the actual row deletion in the process model, and just chain back into the same task - from the user's perspective nothing will have happened other than the selected row deleted, assuming everything else has been set up correctly.
Children
No Data