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

StockChart can't access kendoWidget

1 Answer 177 Views
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 14 Nov 2018, 06:57 PM

I'm trying to access KendoWidget wrapper to print the chart in pdf. The code seems right but returning undefined when i try to call this.$refs.graph.kendoWidget()

the chart is rendered, i'm trying to trigger an event to catch the reference to the widget.

 

in the console i am printing the reference to the element, the function and the result of the function

 

after that i expand the vue ref element and i see the function have the right target function but shows this message

 

TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at Function.remoteFunction (<anonymous>:2:14)

 

i'm not sure if this is a scope problem or an error in the import.

Please help me with this

 

1 Answer, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 15 Nov 2018, 10:14 PM
Hi Daniel,

We tested our StockChart component and I confirm that there is an issue in our component. We have logged an issue in our github repo where you could track its progress, find workaround and more details on the matter.

https://github.com/telerik/kendo-ui-core/issues/4669

Regards,
Joana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Asked by
Daniel
Top achievements
Rank 1
Answers by
Joana
Telerik team
Share this question
or