I am using webdatechooser control in my aspx page. when i change the date and TAB out, it couldnot fire the OnValueChanged event. However, if i change the date in the calendar using mouse to pick a different date, it triggers the event. Any help would be appreciated. thanks.
Hi,
I tested following and it raised changed-event on tab key. It seems to me that some of old version of WebDateChooser had similar issue. Please update NetAdvantage with recent service release.
<igsch:WebDateChooser ID="WebDateChooser1" runat="server"> <ClientSideEvents ValueChanged="alert('changed')" /></igsch:WebDateChooser>