This is a migrated thread and some comments may be shown as answers.

Missing widget when added in a PanelBar

1 Answer 71 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
fxg42
Top achievements
Rank 1
fxg42 asked on 21 Oct 2011, 12:56 AM
When a widget with a ".k-icon" span is part of a panelBar (say a datepicker), the "k-icon" span isn't displayed.

Changing line 307 in "kendo.panelbar.js" from :
items.find(".k-icon").remove();
to:
items.find(".k-link .k-icon").remove();
fixes the issue.

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 21 Oct 2011, 11:54 AM
Hello,

Thanks for spotting this and for the fix. We will include it in the next release.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
PanelBar
Asked by
fxg42
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or