or
<telerik:RadWindow ID="rwCreateWorkOrders" runat="server" Style="z-index: 9000" Skin="WebBlue" Width="650px" VisibleStatusbar="false" Height="330px" ShowContentDuringLoad="False"></telerik:RadWindow>
<telerik:GridNumericColumn DataField="delLoans" DataFormatString="{0:p}" FilterControlAltText="Filter column7 column" HeaderText="Delinquency Loan Ratio" UniqueName="delLoans" NumericType="Percent" DataType="System.Decimal" FilterControlWidth="60px"> <HeaderStyle HorizontalAlign="Right" /> <ItemStyle HorizontalAlign="Right" /></telerik:GridNumericColumn>function openWin() {
window.radopen(null, "RadWindow2"):
}
I also have a RadAjaxManager which I have set the LinkButton to update the RadWindowManager, RadWindow2, and the htmlChart. I have tried all, none, and each individually thinking this was an ajax issue.
Any help you can offer would be GREATLY appreciated. The next step is how to load the chart....???
Thanks you though...one step at a time!