Completed
Last Updated: 14 Nov 2024 09:26 by ADMIN
Release 7.0.0
Andrew
Created on: 02 Sep 2024 08:29
Category: Popover
Type: Bug Report
1
TelerikPopover AnchorSelector parameter is not reactive

The AnchorSelector parameter of the Popover should support runtime changing. Currently, to change the parameter value, the app must recreate the component by removing it temporarily from the page:

https://blazorrepl.telerik.com/GeEinkvw42carE5f35

1 comment
Andrew
Posted on: 05 Sep 2024 13:46

Thank you for the example repl showing the workaround. I also found a workaround that seems to work reliably. Instead of changing the AnchorSelector property, I was able to execute a Javascript code block to perform a click action on a specific element by Id. Then the normal click behavior to show the Popup shows the popup. 

-Andy