Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
Hi all,

While I am clicking textbox control, the calendar does not display in the panel, it displays the panel backside in webpage. So I cannot choose a date from calendar.

How can I display the calendar within my panel?

I have calender file in javascript code.
Please provide / help me with a solution.

Kind regards,
by mohan
Posted
Updated 30-Nov-11 3:22am
v5
Comments
RaviRanjanKr 29-Nov-11 6:20am    
Any effort ? if yes then please show us.

1 solution

try to test this.

set the panel z-index value as some negative.

CSS
z-index : -500



If you using the calender style sheet, So you can be set the z-index value to positive.

CSS
z-index : 500
 
Share this answer
 
Comments
Mohankumar.Engain 3-Dec-11 3:27am    
hi shek i got result thank u so much bye from mohan(KaInspire Tech)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900