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

Kendo ui Gantt globalization

1 Answer 56 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Jhony
Top achievements
Rank 1
Jhony asked on 29 Jun 2016, 01:09 PM

Hello

I am creating a directive that encapsulates the kendo ui gantt, and I'm trying to use globalization but is not working.

I am using $watch in language attr and when changes he made the search for the file and then re-create the directive, but has no effect.

Can you help me?

Attached is my directive, only for testing..

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 01 Jul 2016, 08:03 AM
Hi,

I have inspected the provided implementation and I do believe that the reason for the experienced problem is the binding for the language attribute. In case the language attribute is changed via the parent scope of the Gantt's directive, a bidirectional binding should be used. Here is a dojo snippet showing the suggested implementation.

Regards,
Dimitar Terziev
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Gantt
Asked by
Jhony
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or