New to KendoReact? Start a free 30-day trial
Changing the PanelBarItem to allow opening in new window
Updated on Dec 19, 2025
Environment
| Product Version | 5.13.0 |
| Product | Progress® KendoReact PanelBar |
Description
I want to have the option to open on right-click the PanelBarItem target in new window
Solution
The browser displays the "Open in new window" option on right-click when the element has "href", so in order to allow this for the PanelBarItem we need to add an anchor element with "href". This can be achieved by setting a custom "title" for the PanelBarItem that will render the anchor element.
Change Theme
Theme
Loading ...