Unplanned
Last Updated: 01 Jul 2021 14:31 by ADMIN
Andrew
Created on: 22 Feb 2013 17:32
Category: Kendo UI for jQuery
Type: Feature Request
22
Add a RenderComplete event to Kendo DataViz charts
The DataBound event is the last event that can be bound to at present (other than user interaction events) - this occurs before rendering. In the situation where a chart wrapper is in a hidden div to be displayed and the datasource to be re-read under certain circumstances, it would be useful to have a post render event to ensure the chart is fully drawn before displaying the div.
2 comments
ADMIN
Viktor Tachev
Posted on: 01 Jul 2021 14:31

Hello Andrew,

 

If a Chart is placed in a hidden container it may not calculate its width correctly while the element is not visible. Thus, if you have a Chart in a hidden container it is recommended to call the redraw method after the hidden container was displayed:

https://dojo.telerik.com/EwUgeLUL/2

Regards,
Viktor Tachev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Florence
Posted on: 06 Mar 2014 17:46
A render complete event for templates too pretty please.