Browse By Tags

  • Unable to Clear Appointments from UltraCalendarInfo

    Hello,

    I am looking for a way to remove all of the appointments from my UltraCalendarInfo object. I have tried using .appointments.clear(), but got an error saying "System.IndexOutOfRangeException: 'Index 0 is either negative or above rows count.'" I…

  • Improve performance to access for Owners collection right after Data binding

    Currently the customer observes 500-600 ms response time on 1st access with data of 250 owners and 750 appoints are bound.

    The customer wants to get better response.

  • Add access to UltraCalendarInfo Appointments' BarColor property in drawParams argument in DrawFilter

    Other elements appearances can be configured in drawAppearance property in DrawFilter, but Appointments' BarColor cannot be accesible.

    If I change Appointment property in Filter, property changed event will be fired, then unexpected behavior, so I…