First off, great work, love the controls.
I've got a month view calendar with two links to move the calendar previous and next each month. It works great and my events show as expected.
when the next/previous links are click and the command event is handled on the server, I update an object in ViewState to hold detailed information about each event. Then when I mouse over an event (and I have the the bubble object in place) I render the event details. However, this only work on the first page load. After the month has been moved (either previous or next and the ViewState data has been updated) the event bubbling popup does not show the event details as expected.
Is there something I can do about this?
Also, when switching to the previous and next month, I'd like to update some text on the screen the show the current month and year. What is the best way to do this? If there a js method I can use that is fired when a request is complete? Or can I use an MS Ajax update Panel?
Thanks, Colin (If I can get these problems solved, you can expect a purchase of this control in the next day or two)