The date entered into the RadDatePicker in format of 04/14/2012 and when you click on the go button the displayed date changes to 2012-04-14- it then goes back to 04/14/2012. This causes a flicker issue in the field on the go click. Is there a setting to stop this from happening?
<CommandItemTemplate> <table cellspacing="5px" cellpadding="0" style="width: 100%;height: 25px;margin: 0px;padding: 0px;border-bottom: 1px solid #cccccc;background-color: #ffffff;"> <tr><td style="width:250px;text-align: left; padding-left: 1px;" nowrap="nowrap"> <table cellspacing="0" cellpadding="0" border="0" style="width: 250px;height: 25px;margin: 0px;padding: 0px;border-bottom: 1px solid #cccccc;background-color: #ffffff;"> <tr> <td style="width:100px;text-align: right; padding-left: 1px;" nowrap> <telerik:RadDatePicker ID="RadDatePicker1" Runat="server" Skin="Outlook" AutoPostBack="False" Width="100"> <Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" Skin="Outlook"></Calendar> <DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy" AutoPostBack="False"></DateInput> <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> </telerik:RadDatePicker> </td><td style="width:20px;text-align:left;vertical-align:middle;padding-left:1px;" nowrap="nowrap"> <asp:Image ID="Image1" runat="server" Height="1" Width="1" ImageUrl="images/shim.gif" /> <asp:Label ID="Label1" runat="server" Text="to" CssClass="LabelStyle"></asp:Label> <asp:Image ID="Image4" runat="server" Height="1" Width="5" ImageUrl="images/shim.gif" /> </td><td style="width:100px;text-align:left;vertical-align:middle;padding-left:1px;" nowrap="nowrap"> <telerik:RadDatePicker ID="RadDatePicker2" Runat="server" Skin="Outlook" AutoPostBack="False" Width="100"> <Calendar ID="Calendar1" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" Skin="Outlook" runat="Server"></Calendar> <DateInput ID="DateInput1" DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy" AutoPostBack="False" runat="Server"></DateInput> <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> </telerik:RadDatePicker> </td><td style="width:30px;text-align:left;vertical-align:middle;padding-left:1px;" nowrap="nowrap"> <asp:Button ID="cmdSearch" runat="server" Text="Go" CssClass="ButtonStyle" CommandName="Refresh" /> </td> </tr> </table> </td><td style="width:50%;text-align: center"> <asp:Label ID="LabelDate" runat="server" Text="" CssClass="LabelStyle"></asp:Label> </td><td style="width:20%;text-align: right"> <asp:Image ID="Image2" runat="server" Height="1" Width="20" ImageUrl="images/shim.gif" /> </td></tr> </table></CommandItemTemplate>