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
84
onfocus event handler for webdate chooser
posted

Hi all

how can i add onfocus event handler for a webdatechooser?

Thanks in advance

 

 

Parents
  • 120
    posted

    Hi,

    I was just looking at this thread as I have the same problem.  The difference for me is, I would like to hook up the event on the server side.  This is easy with every other control I've encountered; for example, ASP.NET controls allow:

    control.Attributes.Add("onfocus", <code>);

    And most Infragistics controls allow:

    control.ClientSideEvents.Focus = <code>;

    But the WebDateChooser control is giving me a problem.  Can you help?

    Thanks in advance,

    Ken

Reply Children
No Data