Hi,
Since i've updated Radzen to 5.9.7 version, some radzen button doesn't fire the click event.
Do have detected this kind of trouble?
regards,
Hi,
Since i've updated Radzen to 5.9.7 version, some radzen button doesn't fire the click event.
Do have detected this kind of trouble?
regards,
A screen recording of the behavior along with a debugger breakpoint where the event should be captured would be helpful.
Hi,
I found why i got this trouble.
In fact, i had an iinfinite loop on my page because on this, i have many child components. and one of them reresh tthe parent and the parent refresh the childs without end.
In that situation, the click event can't fire.