Hello Ivan,
We are aware of this issue and it will be fixed as soon as possible. Maye as soon as next week.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello and thanks for your attention!
Unfortunately, adding a delay only solves the problem in a specific case, but for example, if the context menu is called from grid lines, the error repeats and adding a delay does not help.
The error is reproduced in your example of integrating the context menu into the grid, where there is no call to the modal window.
https://demos.telerik.com/blazor-ui/contextmenu/integration
Open the console and click on the context menu of the record line
Hello Ivan,
The reason behind the issue is the sequence of Blazor points:A workaround solution would be to add a delay before opening the modal window so that the Menu_Focusout handler has already passed.
Regards,
Svetoslav Dimitrov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.