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
240
<ig:dateChooser> scrolling problem
posted

I am using the <ig:dateChooser> component within  a jsp page and I see that if the page has no scrolling the feature works fine , but if i have a lot of text on the page and then <ig:dateChooser> component is in the middle of the page the and page needs scrolling to get to the datechooser and when i pick the calendar option it positions itself at someother place other than beside the texbox.

the following is what i have in my jsp

<ig:dateChooser id="id1" editMasks="MM/dd/yyyy;" />

 

Could someone help me figure this out ?