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.
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.
A render complete event for templates too pretty please.