Hi Pradip,
1) To disable to type into datepicker, just disable the textbox associated with it.
2) You can use masks to achieve this (like CustomMask or InputMask)
3) You should implement this validation by comparing the source variables of the associeated textboxes. You can also use the OnUpdate event of the Input_Calendar.
Hope it helps
1) To disable to type into datepicker, just disable the textbox associated with it.
2) You can use masks to achieve this (like CustomMask or InputMask)
3) You should implement this validation by comparing the source variables of the associeated textboxes. You can also use the OnUpdate event of the Input_Calendar.
Hope it helps