Clarification with kendo panelbar for angular

1 Answer 53 Views
ExpansionPanel PanelBar
Deekshith
Top achievements
Rank 1
Deekshith asked on 31 Oct 2021, 11:25 AM

Hi Team,

Im looking for a particular feature while using the Kendo panelbar.

My requirement is such that while using a kendo grid within the panelbar im trying to filter the results using the filter boxes in the grid. During that state when I try to collapse and expand the panelbar I want the values to stay in the filter boxes and also the grid needs to display the filtered results itself. Currently on collapsing the expanding the panelbar the values are cleared and the grid results are reset to initial state without being filtered.

Kindly let me know regarding this or you could also forward me the appropriate point of contact.

Thank you,

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 03 Nov 2021, 10:53 AM

Hello Deekshith,

I've inserted a filterable Kendo Angular Grid component inside the PanelBar. I filtered the Grid and collapse the panelbar item, but when expanding it again, the Grid looks as it was left:

https://screenrec.com/share/W3LvE7w4oU

Here is the demo used for testing purposes:

https://stackblitz.com/edit/angular-5u1ukf

It looks like the demo is not using the right configuration and thus the reported behavior might not be reproduced. Please let me know what I am missing. 

Meanwhile, try setting the keepItemContent property of the PanbelBar to true:

<kendo-panelbar [keepItemContent]="true">
...
</kendo-panelbar>

Looking forward to your reply.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ExpansionPanel PanelBar
Asked by
Deekshith
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or