Hello
I have a problem with onClick event on RadTileElement. After upgrade WinForms to version 2020.3.915.40 i stopped working. Please let me know how is going on.
Regards
Slawek
Hello Nadya
I changed ClickMode from Release on Press and it helped too.
Regards
Hello, Sławomir,
To follow up on this question, you can set NotifyParentOnMouseInput property to false and the Click event will trigger. Feel free to use it as a workaround until the fix is introduced.
this.radTileElement1.NotifyParentOnMouseInput = false;
I hope this helps.
Regards,
Nadya
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
Hello, Sławomir,
Thank you for writing.
I tested the Click event of the RadTileElement with the latest 2020.3.915 version and I confirm there is an issue with this event. I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes, and add your comments on the following link - feedback item.
I have also updated your Telerik Points for the report.
Currently, due to the specifics of the issue, I am not able to provide a workaround. Please excuse us for the inconvenience caused. Make sure that you follow the provided feedback item in order to get notified when the status has changed.
Should you have other questions please let me know.
Regards,
Nadya
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).