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
90
How to set focus to WebDateChooser in javascript?
posted

Hi 

I want to set focus to my WebDateChooser control "wdcStartDate".

i tried the below code 

document.getElementById("wdcStartDate").focus(); 

ig_controls.wdcStartDate.setFocus();

but i'm getting the value as undefined or the ig_controls is undefined/not found. I need a fix for it . 

Parents Reply Children
No Data