Skip to main content
August 25, 2021
Question

How to prevent double click

  • August 25, 2021
  • 4 replies
  • 0 views

We developed a grid view with an action associated with row-click event. 

Is there a way we ignore a double click event triggered by users?

4 replies

mikes0011
Brainy
August 25, 2021

What effect does the click have?  Can the link be disabled after the result of the click is resolved?

The Expression Guru
August 25, 2021

There is a show when conditions behind. When I click on record, I display the summary of that record.

Here is the design of the interface: Have two columns - Left and Right.

On load, left column is loaded with collection of records/rows. Right column is loaded with static message.

When I click on one of the records in left column, right column will be refreshed with another interface.

However, if the user click twice (double click) on a record in left column, the content in right side columns display the static page. Appian considers the second click as deactivate/unselect of the record and showing the static message again. 

mikes0011
Brainy
August 25, 2021
However, if the user click twice (double click) on a record in left column, the content in right side columns display the static page. Appian considers the second click as deactivate/unselect of the record

Can you post a sample of the code used to create your link in question and the action it takes?  Just make sure to use a Code Box ("Insert" -> "Insert Code") for best formatting/etc.

The Expression Guru