Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
508
How to prevent random clicks in UltraWebTree?
posted

Hi all,

We are using Infragistics UltraWebTree in one of our projects and we are getting some issues now.
We have a Tree1_NodeClicked() event attached to the UltraWebTree which has some business logic inside it.

Now, when users do some randomly fast clicks on the Tree nodes, we are getting some errors since the business logic is not fully completed,
but before that user have clicked different nodes.

Lets say when user clicks on a tree node 1, we should be not able to click on any other tree node until the Tree1_NodeClicked() event
is fully completed for it.

So, how can we achieve this functionality in UltraWebTree and prevent the random clicks?

Thanks in advance!

Parents
No Data
Reply Children