I have a DateSelector on a form with a couple of IWDNAdvWebGrids, and a couple of your HTML 5 Charts. There is a button on the form that reloads data after a new date rnage has been selected.
The problem is that the Load button never fires its OnCLick event after the DateSelector has been used to select a date. If I use that button before changing the date it works and the event code is fired. As soon as I select a different month, day or year the event ceases to fire. I get the same behaviour no matter what the event code is.
I do not get that behaviour when using a DatePicker. However, the DatePicker's arrow button does not render properly in IE9. It appears to be to narrow and the arrow is not completely drawn.
Is there something I can do to address the DateSelector problem, or is that a bug?