Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Windows Phone 7 > Calendar > Add SpecialDay after init

Not answered Add SpecialDay after init

Feed from this thread
  • Fredrik avatar

    Posted on Oct 4, 2011 (permalink)

    Hello !!!

    I´m using SpecialDays in the Calendar.
    Is it possible to add one or more special days to the already existing specialdays in the calendar after it first have been rendered (added my specialdays)?

    Regards

    Fredrik

    Reply

  • Ivo Ivo admin's avatar

    Posted on Oct 6, 2011 (permalink)

    Hi Fredrik,

    to change the number of the special days in RadCalendar, you should set another ItemTemplateSelector, defining the new set of special days.
     
    Please, find the attached sample project in which the number of the special days is changed by changing the ItemTemplateSelector property of the RadCalendar instance.

    All the best,
    Ivailo Dinkov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Attached files

    Reply

  • Wolfshund avatar

    Posted on Oct 25, 2011 (permalink)

    Hi Ivailo,

    is it possible to change the Specialday picture according to the culture locale, as done with the date in the example app? What I mean is, I'm writing a money tracker, and I want to show a dollar sign, or a Euro sign or Yen sign, etc. in the calender, if there were transactions available at a day, instead of showing all daily transactions.

    Thank you,
    Joerg

    Reply

  • Valentin.Stoychev Valentin.Stoychev admin's avatar

    Posted on Nov 1, 2011 (permalink)

    Hi Wolfshund,

    Yes - you can just return a different template in the template selector regarding the culture you want to use. Or if you don't want a different template for each culture, you can add a converter to the image source property and return a different image regarding the culture used.

    Please let us know if you need details on the implementation.

    Best wishes, Valentin.Stoychev
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Windows Phone 7 > Calendar > Add SpecialDay after init