Using last nights nightly build; I think this is a new bug as this was working a few weeks ago.
When a Databound calendar event comes back from the server with a new value for eventWindowStyle the Calendar widget does not redraw it with the correct style. If I refresh the window or force an invalidateCache then the new style is drawn.
The simplest reproduction is to modify the databound calendar example and return a different
eventWindowStyle
When a Databound calendar event comes back from the server with a new value for eventWindowStyle the Calendar widget does not redraw it with the correct style. If I refresh the window or force an invalidateCache then the new style is drawn.
The simplest reproduction is to modify the databound calendar example and return a different
eventWindowStyle
Comment