Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 30, 2012 04:42 PM by Ruchira
Member
40 Points
277 Posts
Nov 30, 2012 09:22 AM|LINK
Hi All,
I am using datepicker on the click of the calender image, On the population of the calender
Calender comes over the dropdown button. Now when I am clicking some date on the calender it is click the downdown.
This is not required, how to put the calender above downdown over all the clicking on the form.
Please suggest the solution for this.
All-Star
35874 Points
4902 Posts
ASPInsiders
Moderator
Nov 30, 2012 12:51 PM|LINK
are you using CSS and divs for layout?
Nov 30, 2012 04:13 PM|LINK
i am using div as layout -
datepicker is in different div and dropdown is in different div.
now how to prevent click of the datepicker effecting dropdown.
here popup of datepicker is coming in front of the dropdown and click on the dates effecting selection process of ddl which is not required.
thanks
44216 Points
7184 Posts
MVP
Nov 30, 2012 04:42 PM|LINK
Hello,
Assign a higher value for the z-index of datepicker div and assign a lower value for z-index of dropdown div.
Please 'Mark as Answer' if this post helps you.
dotnet_CH
Member
40 Points
277 Posts
Overlapping problem in the controls
Nov 30, 2012 09:22 AM|LINK
Hi All,
I am using datepicker on the click of the calender image, On the population of the calender
Calender comes over the dropdown button. Now when I am clicking some date on the calender it is click the downdown.
This is not required, how to put the calender above downdown over all the clicking on the form.
Please suggest the solution for this.
augustwind
All-Star
35874 Points
4902 Posts
ASPInsiders
Moderator
Re: Overlapping problem in the controls
Nov 30, 2012 12:51 PM|LINK
are you using CSS and divs for layout?
All Things Dot Net
Stored Procs and Code in a Flash!
ASP.Net Sitemap Creator
dotnet_CH
Member
40 Points
277 Posts
Re: Overlapping problem in the controls
Nov 30, 2012 04:13 PM|LINK
i am using div as layout -
datepicker is in different div and dropdown is in different div.
now how to prevent click of the datepicker effecting dropdown.
here popup of datepicker is coming in front of the dropdown and click on the dates effecting selection process of ddl which is not required.
thanks
Ruchira
All-Star
44216 Points
7184 Posts
MVP
Re: Overlapping problem in the controls
Nov 30, 2012 04:42 PM|LINK
Hello,
Assign a higher value for the z-index of datepicker div and assign a lower value for z-index of dropdown div.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.