Hi all,
I am glad to announce that the PanelBar component now exposes 3 new preventable events in v6.6.0 of the Layout package:
The existing stateChange events behavior is unchanged and cannot be prevented.
Regards,
Martin
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/.
Hi Daniel,
I understand your frustration from the missing desired functionality. In general we are monitoring the demand for each logged feature request and based on multiple factors such as votes, business value, resources and others we decide which feature to be prioritized.
In general Kendo UI for Angular was released during 2016 after the release of the Angular 2+ framework. Thus I am not sure which product you have used at this point. It could be the Kendo UI for jQuery PanelBar. If that is the case and you would like to use this widget inside an Angular 2+ project please see the following article which demonstrates how to integrate any Kendo UI for jQuery widget inside an Angular 2+ application:
https://www.telerik.com/kendo-angular-ui/components/framework/kendo-jquery/
Regards,
Svet
Progress Telerik
This is an irresponsible approach! In the past, 2012-2014 this worked, what did you change?
THIS MUST BE FIXED.
Hi Charu,
At this point there isn't a built in feature that allows to achieve the requirement. What could be done as a workaround is to manually keep an array of items in sync with the state of the PanelBar. That will allow to check the value of the emitted (stateChange) event and re-render the PanelBar with the desired items array. Please see the following example where the expansion of the "foo" item is prevented using such approach:
https://stackblitz.com/edit/angular-k5xfx4?file=app/app.component.ts
We will further monitor the demand for this feature request and eventually add it as a built - in feature to our future development plans.
Regards,
Svetlin
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/.