I am currently testing the RadFormDecorator control in a test form and periodically on postbacks the form would fail to fully render. Mostly occurs when im changing the skin of a particular Control Zone. Any ideas why this might be?
Also another question, how do you set the text properties of a checkbox in CSS? The following code taken from the Default stylesheet does not work:
.radfd_Default .radfdCheckboxText
{
color: #FF2525;
font: normal 8px Verdana, Arial, Sans-serif;
}
Just found this issue:
Rgds.
Also another question, how do you set the text properties of a checkbox in CSS? The following code taken from the Default stylesheet does not work:
.radfd_Default .radfdCheckboxText
{
color: #FF2525;
font: normal 8px Verdana, Arial, Sans-serif;
}
Just found this issue:
- When using DecoratedControls=Buttons this also updates checkboxes and radio buttons that are within any specified RadFormDecorator DecorationZoneID
Rgds.
5 Answers, 1 is accepted
0
Hello Paul,
Straight to your questions:
Regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Straight to your questions:
- Could you please provide more information on this issue? How do you change the skin?
- You can do this by using the following style:
.radfd_Default .radfdCheckboxUnchecked, .radfdCheckboxChecked { color: red !important; } - I tried to reproduce the problem but to no avail (screenshot attached). Could you open a new support ticket and send us a sample page where this problem can be reproduced? Also please let us know what is the exact version of the control that you are using.
Regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Paul
Top achievements
Rank 1
answered on 13 Feb 2009, 02:49 PM
hi,
1. I have a RAD combo which is populated with available skins and then the decorator skin is changed on a button click event.
1. I have a RAD combo which is populated with available skins and then the decorator skin is changed on a button click event.
RadFormDecorator1.Skin = Combo2.SelectedItem.Text
I've tried to recreate the issue again recently when i opened my test project for this control however it seems operate fine, possibly an issue elsewhere.
3. I think you covered this similar question here, however the issue is the same but happens within a single zoneID.
http://www.telerik.com/community/forums/aspnet-ajax/form-decorator/issue-with-multiple-decoratedcontrols.aspx
Thanks for you time & help.
Paul
0
Hi Paul,
I am not sure about the problem with the decoration zones that you mention, as I don't know your exact setup. Still if you manage to isolate these problems in a small sample application and send it to me, I will check it right away. If the problem is indeed in RadFormDecorator, we will do our best to have it fixed for the Q1 release.
Kind regards,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I am not sure about the problem with the decoration zones that you mention, as I don't know your exact setup. Still if you manage to isolate these problems in a small sample application and send it to me, I will check it right away. If the problem is indeed in RadFormDecorator, we will do our best to have it fixed for the Q1 release.
Kind regards,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Paul
Top achievements
Rank 1
answered on 17 Feb 2009, 10:13 AM
Apologies, i think im explaining the issue wrong. The issue was when you apply a decorater control to buttons and another decorator control to radio buttons with different skins in the same zone id, example ZoneID = A. The same skin would be applied to both controls, however you explained this issue in a previous post that this is a design feature.
Rgds.
Rgds.
0
OK Paul,
Thank you for the additional information.
Sincerely yours,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Thank you for the additional information.
Sincerely yours,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.