Declined
Last Updated: 09 Jun 2016 06:52 by ADMIN
ADMIN
Vessy
Created on: 17 Aug 2015 12:57
Category: UI for ASP.NET AJAX
Type: Bug Report
0
RadHtmlChart does not cache the correct size when placed inside initially hidden iframe
RadHtmlChart does not cache the correct size when placed inside initially hidden iframe.

Workaround:

            function redrawChart() {
                kendo.drawing.util.TextMetrics.current._cache = new kendo.drawing.util.LRUCache(1000);
                $find("<%=RadHtmlChart1.ClientID%>").get_kendoWidget().redraw();
            }
0 comments