Calendar date picker - Default behavior
Click on the calendar image near the textbox.
Select a date, and then try to select the same date again.
Date will be deselected. This is the default Calendar behavior.
|
|
 << | Tuesday, October 14, 2008 | >> |
|
|
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" DatePickerMode="true" TextBoxId="txtDate"> </obout:Calendar> | | |
Calendar date picker - Custom behavior
Click on the calendar image near the textbox.
Select a date, and then try to select the same date again.
Date will remain selected.
|
|
 << | Tuesday, October 14, 2008 | >> |
|
|
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" DatePickerMode="true" TextBoxId="txtDate" AllowDeselect="false"> </obout:Calendar>
| | |
| "Thank you very much for your quick response, that's quicker than telerik!" |
Adam Everett |
|
| | |
|