or
function setServiceDataInChart(sender, args){ //Get the returned data var newData = args.get_content(); //get a reference to the RadHtmlChart var chart = getChartReference(); //Set the new datasource to the RadHtmlChart chart.set_dataSource(newData); //Repaint the RadHtmlChart chart.repaint(); //Avoid raising the OnClientResponseEnded client-side event //avoid setting the received data as content for the RadXmlHttpPanel args.set_cancel(true); logEvent("<strong>Data from the WCF service:</strong>" + newData);}chart.set_dataSource(newData.d);


<telerik:RadPane ID="radPaneMain" runat="server" CssClass="paneMain" OnClientResized="radPaneMain_Resized"> <asp:MultiView ID="multiViewMain" runat="server"> <asp:View ID="View1" runat="server"> <%-- Note: In order for ScrollBars to function, the dimensions of the Panel (Div) have to be explicitly set. Since the width of panelMucking can change, we're going to explicitly set the Width in code. The actual turning on/off of the scrollbars is handled directly by the 'DrawFlowChartShapes' method --%> <asp:Panel ID="panelMucking" runat="server" CssClass="smallText" ScrollBars="None" EnableViewState="false" style="position:relative" /> </asp:View> </asp:MultiView></telerik:RadPane>
<html><head></head><body onLoad="if (window.FormChanged){FormChanged()}"></body></html>

<html><head></head><body onLoad="if (window.FormChanged){FormChanged()}"></body></html>