Tools.PerformClick

0
0

Hi Wisej,

How to autoClick Tools item of control like Button.PerformClick()?

Thank you.

  • You must to post comments
0
0

Hi Huỳnh,

You have to add a handler for tool item clicks, so you can call that function and pass it in the tool item you want (see the attached screenshot).

The Wisej Button’s PerformClick() function does something similar in that it calls OnClick(EventArgs.Empty).

There is no JavaScript involved with this. You shouldn’t need any JavaScript unless you’ve specifically created some that handle click events on the client.

If you have, see this link:

https://www.w3schools.com/jsref/met_html_click.asp

HTH,

Levie

Attachment
  • Levie (ITG)
    Let me know if this worked so I can close the issue! Best regards, Levie.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.