or
I'd like to have a calendar cell with this information in it:
- Day in the middle
- Color background
- A letter at the bottom right
Is this possible with the Calendar control?
in using Control Panel, i am not able to install xamarin because it come up with the message "additional software required" - "requires Visual Studio with xamarin extensions"
I have vs 2k13 professional and when i go to install the extensions, there is a large list of extensions. which one(s) do i install?
override
TKCalendarEventProtocol[] EventsForDate (TKCalendar calendar, NSDate date)
{
return
new
TKCalendarEventProtocol [] {
new
TKCalendarEventProtocol {
StartDate = date,
EndDate = date
}
};
}
Foundation.ModelNotImplementedException: Exception of type
'Foundation.ModelNotImplementedException'
was thrown.
at TelerikUI.TKCalendarEventProtocol.set_StartDate (Foundation.NSDate value)