If you have used Calendar Extender, i am looking for ways to disable dates based on selection from another calendar selected date. In a project management application there are end and start dates, i am looking for ways to validate these on client. Someways would require postback which i am not willing to perform. There seems to be StartDate and EndDate properties for the calendar on the server, but does not seem to have any client side counterparts. Have you got any ideas how i can perform this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can overwrite _cell_onclick javascript event to show an alert if a wrong date is chosen depending on the selected date in the other calendar. Here is an example: Ajaxtoolkit Calendar Extender close button and date restriction |
|||
|
|

OnClientDateSelectionChangedstackoverflow.com/a/6550393/284240 – Tim Schmelter Jan 3 '12 at 11:01Asp.net 2.0so noStartDateandEndDateproperties for my version. Least i can i validate with custom validator on client side. – Deeptechtons Jan 3 '12 at 11:13