Rendering button in PanelBarItem without triggering selection, expand nor collapse
Environment
Product Version | 5.14.1 |
Product | Progress® KendoReact |
Description
I want to add a button in PanelBarItem but without selecting the item and without triggering the expand/collapse
Solution
Add a Button in the PanelBarItem and within the onClick event use preventDefault and stopPropagation over the event to stop the propagation to the PanelBar.