hi
I am using a datepicker control and when i set "SelectableDateStart" property to some date, the dates before that displayed as hidden mode. We can view the dates very lightly but the display is somewhat like blank.
I am using a datepicker control and when i set "SelectableDateStart" property to some date, the dates before that displayed as hidden mode. We can view the dates very lightly but the display is somewhat like blank.
<telerik:RadDatePicker Height="25" Margin="64,98,51,0" Name="radDatePicker1" SelectableDateStart="1/19/2010" VerticalAlignment="Top" Width="163" />
thank you