
Brian Mains
Top achievements
Rank 1
Brian Mains
asked on 01 Dec 2008, 03:08 PM
Hello,
The FormDecorator control is currently styling the CheckBox and CheckBoxList controls I have in a form (I actually have the style setting to all). For some reason, for checkboxes, the text appears overtop the checkbox itself. Don't know why this is happening, but it's consistent in the application.
Any ideas how to fix this?
Brian
The FormDecorator control is currently styling the CheckBox and CheckBoxList controls I have in a form (I actually have the style setting to all). For some reason, for checkboxes, the text appears overtop the checkbox itself. Don't know why this is happening, but it's consistent in the application.
Any ideas how to fix this?
Brian
4 Answers, 1 is accepted
0
Hello Brian,
This will likely be caused by some global CSS setting that you set for DIV or SPAN elements, e,g,
<style>
span
{
padding:0px;
}
</style>
Or something similar.
My suggestion would be to switch off any global custom CSS that you use and see whether this fixes things.
If you are unable to determine or workaround the problem, please send us a small working application in a support ticket. We will examine it, determine what is causing the issue, fix it and send it back to you.
Greetings,
Tervel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
This will likely be caused by some global CSS setting that you set for DIV or SPAN elements, e,g,
<style>
span
{
padding:0px;
}
</style>
Or something similar.
My suggestion would be to switch off any global custom CSS that you use and see whether this fixes things.
If you are unable to determine or workaround the problem, please send us a small working application in a support ticket. We will examine it, determine what is causing the issue, fix it and send it back to you.
Greetings,
Tervel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Brian Mains
Top achievements
Rank 1
answered on 02 Dec 2008, 07:41 PM
Hey,
I don't have a SPAN or DIV tag style; I do have a TD and TH style, which is the layout container I use to design the site. This is also in a user control and the site has a deep HTML structure.
Would that affect it?
Thanks.
I don't have a SPAN or DIV tag style; I do have a TD and TH style, which is the layout container I use to design the site. This is also in a user control and the site has a deep HTML structure.
Would that affect it?
Thanks.
0
Hello Brian,
Most likely the issue is caused by some inherited global styles - padding, margin, line-height, height font-size, etc. Unfortunately, unless we have a working project that demonstrates this behavior we will not be able to come with a solution. Please, open a support ticket, prepare and send to us a small sample project that includes your styles, layout and RadFormDecorator with the skin you are using and we will do our best to help.
Best wishes,
Martin Ivanov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Most likely the issue is caused by some inherited global styles - padding, margin, line-height, height font-size, etc. Unfortunately, unless we have a working project that demonstrates this behavior we will not be able to come with a solution. Please, open a support ticket, prepare and send to us a small sample project that includes your styles, layout and RadFormDecorator with the skin you are using and we will do our best to help.
Best wishes,
Martin Ivanov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Brian Mains
Top achievements
Rank 1
answered on 05 Dec 2008, 08:33 PM
Hey,
OK, I'll be submitting a ticket for an issue I'm currently experiencing.
Thanks.
OK, I'll be submitting a ticket for an issue I'm currently experiencing.
Thanks.