Hi,
I've the below code in my ascx:
I've the below code in my ascx:
<telerik:RadDatePicker ID="m_radStartDatePicker"
runat="server" Height="16px" style="margin-bottom: 0px"
Width="125px" TabIndex="3">
<DateInput Height="16px" runat="server" TabIndex="3">
</DateInput>
<Calendar UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False"
ViewSelectorText="x" runat = "server">
</Calendar>
<DatePopupButton HoverImageUrl="" ImageUrl="" TabIndex="3" />
</telerik:RadDatePicker>
1) Now, I need to disable previous dates(all dates from today's date) in the calendar.
2) for eg: today is sept 29 th 2009, I should have disabled till sep 28th 2009 so user cannot select any dates in the past.
How can i do this.
Pls help me with code .
Thanks&Regards,
Zaheka Razak