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

fyi - Value in designer not saved

1 Answer 28 Views
Form
This is a migrated thread and some comments may be shown as answers.
ewart
Top achievements
Rank 1
ewart asked on 24 Sep 2008, 10:54 PM
Hi guys, fyi I noticed when I change the property

         this.FormElement.TitleBar.IconPrimitive.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

In the designer, it does as expected and looks great but when I run the app it has no efffect..  seems the designer does not persist the setting for whatever reason, although I was able to insert it into my form_load() code and it works great.

cheers
ewart

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 26 Sep 2008, 04:40 PM
Hi ewart,

Thank you for writing.

Indeed, currently you cannot set specific to the RadForm properties at design-time, since the changes will not be serialized. This issue will be addressed in one of our next releases.

For the time being, the workaround is to set the properties in the Form_Load event handler.

I updated your Telerik points account for the report.

All the best,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Form
Asked by
ewart
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or