or
| showLoadingPanel(Panel1); |
| function showLoadingPanel(sender, args) |
| { |
| var currentLoadingPanel = null; |
| var currentUpdatedControl = null; |
| currentLoadingPanel = $find("<%= RadAjaxLoadingPanel1.ClientID %>"); |
| currentUpdatedControl == args.get_eventTarget(); |
| currentLoadingPanel.show(currentUpdatedControl); |
| } |
Using the RadDatePicker i wish to allow free text as well as dates for example TBA or N/A etc.. .
How do i turn of date validation ie.. an exclamation mark appears and the RadDatePicker's border turns red when a non date is entered.

vs2008
q2 2009| <telerik:GridBinaryImageColumn DataAlternateTextField="Description" DataAlternateTextFormatString="No photo added yet" |
| DataField="Data" HeaderText="Photo" ImageAlign="NotSet" ImageHeight="80px" ImageWidth="80px" |
| ResizeMode="Fit" UniqueName="Upload" > |
| <HeaderStyle Width="10%" /> |
| </telerik:GridBinaryImageColumn> |
| <rad:RadComboBox NoWrap="true" ID="ddlCurrency" runat="server" Width="278px" |
| Height="100px" Skin="WebBlue" EnableLoadOnDemand="True" |
| EnableVirtualScrolling="True" MarkFirstMatch="True" |
| ShowMoreResultsBox="True" AllowCustomText="True" |
| Text='<%#Convert.ToString(DataBinder.Eval( Container, "DataItem.Currency")) %>' > |
| <CollapseAnimation Duration="200" Type="OutQuint"></CollapseAnimation> |
| </rad:RadComboBox> |