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

PanelBar TypeScript options missing dataSource

1 Answer 59 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Matthias
Top achievements
Rank 1
Matthias asked on 27 Feb 2014, 02:23 PM
Documentation on PanelBar has a dataSource option in the constructor configuration

http://docs.telerik.com/kendo-ui/api/web/panelbar#configuration-dataSource

However the TypeScript definition does not contain this choice:

interface PanelBarOptions {
        name?: string;
        animation?: PanelBarAnimation;
        expandMode?: string;
        activate?(e: PanelBarActivateEvent): void;
        collapse?(e: PanelBarCollapseEvent): void;
        contentLoad?(e: PanelBarContentLoadEvent): void;
        error?(e: PanelBarErrorEvent): void;
        expand?(e: PanelBarExpandEvent): void;
        select?(e: PanelBarSelectEvent): void;
    }

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 03 Mar 2014, 10:04 AM
Hello Matthias,

We should have addressed this in our latest internal build. Please download it and give it a try.

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