This is a migrated thread and some comments may be shown as answers.

Forms Does Not Render On Postbacks

5 Answers 91 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 09 Jan 2009, 11:12 AM
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:
  1. When using DecoratedControls=Buttons this also updates checkboxes and radio buttons that are within any specified RadFormDecorator DecorationZoneID


Rgds.

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 14 Jan 2009, 04:03 PM
Hello Paul,

Straight to your questions:
  1. Could you please provide more information on this issue? How do you change the skin?
  2. You can do this by using the following style:
    .radfd_Default .radfdCheckboxUnchecked, .radfdCheckboxChecked 
        colorred !important; 
    If you plan to customize the look of the decorated controls, I suggest to use IE DevToolbar, Firebug or a similar tool with which you can examine what styles are applied for the corresponding element (see attached screenshot) 
  3. 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.

 

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
Georgi Tunev
Telerik team
answered on 16 Feb 2009, 02:57 PM
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.
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.
0
Georgi Tunev
Telerik team
answered on 17 Feb 2009, 12:56 PM
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.
Tags
FormDecorator
Asked by
Paul
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Paul
Top achievements
Rank 1
Share this question
or