Avatar of carmodyk
carmodyk
Flag for United States of America asked on

Radio buttons on datagrid bleed through when panel becomes visible on top

Hello experts, I have a visual problem with my ASP page.   I have a datagrid that fills up and has dropdown boxes and radio buttons in them.  When I call a panel to become visible via a hyperlink, the panel pops up, along with it's controls, but the radio buttons seem to "bleed" through the panel, making it visually a problem.  Anyone come across this before?  Any solutions?

Thanks a bunch, this site is awesome!!
ASP.NET

Avatar of undefined
Last Comment
carmodyk

8/22/2022 - Mon
REA_ANDREW

sounds like a CSS and styling issue.

have you any CSS applied to your panel?

or any styling?

Andrew
carmodyk

ASKER
I believe that the panel inherits the page CSS styling, but I don't believe I have anything specific for it directly if that's what you mean.
REA_ANDREW

well that may be your error.  It sounds to me as a fixed width is making the panel not adapt to the width of its content controls.

try adding this line ad substitute 600 with a width you think is applicable

style="width:600px!important;"

place that in the panel tag.

Andrew
Your help has saved me hundreds of hours of internet surfing.
fblack61
carmodyk

ASKER
Nope that didn't work. :(  

I put what you wanted in the panel tag
     

Is this right? Somebody suggested using an ipanel...will that work to?
ASKER CERTIFIED SOLUTION
carmodyk

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.