Hello,
I have a raddate control in a radajaxpanel. I would like the raddate postback=true but I do not wish to have two ajax loading animations during postback. I would like to disable the raddate control loading panel and let the ajaxpanel display the loading animation. It seems simple but I can't seem to figure it out and the terms I'm using on Google don't provide any clues.
TIA
JB
Oh Yeah version 2012.1.301.40
I suppose some code just in case it isn't clear:
I have a raddate control in a radajaxpanel. I would like the raddate postback=true but I do not wish to have two ajax loading animations during postback. I would like to disable the raddate control loading panel and let the ajaxpanel display the loading animation. It seems simple but I can't seem to figure it out and the terms I'm using on Google don't provide any clues.
TIA
JB
Oh Yeah version 2012.1.301.40
I suppose some code just in case it isn't clear:
<td style="width:300px;height:500px;"> <!--This cell holds the invoice date selection control--> <telerik:RadAjaxPanel ID="ajxpnl_InvDate" runat="server" LoadingPanelID="InvDateLoadPanel"> Invoice Date <telerik:RadDatePicker ID="rdt_InvDate" runat="server" Skin="Hay" AutoPostBack="true" ShowPopupOnFocus="true" OnSelectedDateChanged="selected" /> </telerik:RadAjaxPanel></td>