Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
TAB OUT COULD NOT FIRE ONVALUECHANCED EVENT
posted

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.

Parents
No Data
Reply
  • 24497
    Suggested Answer
    posted

    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>

Children
No Data