Is there a way to enable /disable specific dates on a XamDateTime editor control. This functionality seems to be available in the XamMonthCalendar control and I am able to do this to achieve disabled dates.
For Each itm In datelist
Dim range As CalendarDateRange = New CalendarDateRange(Convert.ToDateTime(itm.Value))
igCalendar.DisabledDates.Add(range)
Next
Or is there a way I can port this functionality from the XamMonthCalendar to the XamDateTimeEditor
Hi,
I know this post is old, but I figured I would try anyway.
Anyway to Bind the property to a variable?
i.e. <InfraEditor:ValueConstraint MinInclusive="{Binding ProposedDateStart}">
This was the ViewModel would allow me to set it.
Ira
What about this topic??
OK. This is my xaml, it is very simple.
Is this something you can replicate in a small sample project? If yes, remove binaries from the project, zip it, and add it here and I will determine what is going on and will fix the problem for you.
Thank you,
Hello!!
I'm using the XamMaskEditor and it throws this error "Input does not match the mask" when the editor loses the focus. The only property I'm using is this Mask="{}{date}{time}". When I run the code I set a value like this 12/29/2010_04:10 AM, then the error message appears. Thanks for your help!!