Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using date picker control in my project.

when i select the control it will override the other controls. so i am not able to see/select properly.

what is the solution for this...?
Posted
Comments
Manish.Insan 13-Dec-11 5:17am    
use this is in panel. and show and hide the panel according to your requirement where you want to show or hide.

1 solution

Hi,

try adding a css to the control and add z-index:20; this will show the control on top of other controls.
 
Share this answer
 
v2

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