Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a Div tag with some style sheet. the style sheet make the div like a drop down
.iam adding that Div to a radGrid column when it is being selected.
when i click on that particular div, iam getting the dropdown but it is behind the grid.is it possible to show the dropdown above the Grid Rows
Posted
Comments
Niral Soni 31-Dec-12 7:13am    
try setting the z-index of your DIV tag to something like 5 or 10 and see if it works...

1 solution

You can adjust layering with z-index but a "postion" will have to be added to the div as well. See MDN.
 
Share this answer
 

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