Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
jQuery
Angular
React
Vue
I want to call the resize() method onto the chart so it automatically resized upon rendering, but it throws this error:
kendo.all.js:124 Uncaught TypeError: r[n].call is not a function
Same thing happens with DataBound event. Demo here:
http://dojo.telerik.com/oPAFO
render:
function
(e){
e.sender.resize()
},