Hi,
I have two calendar controls that specify an input start date and input end date on a form. Dates outside this ranges are disabled using a UltraCalendarInfo control.
I also have a Wingrid on the form and I want to constrain the input of dates in the grid to values between the input start date and input end date of the calendars. Specifically I would like the the dropdown calendar in each cell to allow dates within the range specified by the start date and end date. All other dates should be disabled.
I'd be grateful for any ideas on how to implement this.
Regards
James
Hello James,
Please do not hesitate to contact us if you have any other questions.
Hi Dan
Many thanks for the answer. It works great.
I've replaced the dropdown default calendars on the grid with a WinCalendarCombo to have the same look and feel throughout my application. There a noticeable delay when you click the dropdown in the cell while the calendar loads. Is there a way to speed this up?
Cheers