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

Update in Properties not updating Source

3 Answers 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rhyss
Top achievements
Rank 1
Rhyss asked on 26 Feb 2010, 01:11 AM
Hi,
I've been having issues since i have updated from Q2 2009 to Q3 2009.  Tha major problem at the moment is happening at design time.

When i have a control on an ASPX page, like a panelbar, i select the panelbar in the design view and in the Properties window i select the Items collection option and add in a number of items.  I click on OK and the new items i have entered display in the Design time view fine.  The problem is that if i switch to the Source view, the items are not there.  Nor are the items displayed when i compile and run the application.
However, even after running the page and going back to the design view, the designer shows the items still there, but they still are not in the Source view.

I have found i can force to Source to be updated if i use the Smart tag and change the Skin or edit a template (the Smart tag still shows all the items i add in the template list for editting).

Any ideas?

I have uninstalled all Telerik version and reinstalled from scratch to no avail. 

Thanks
Jordan

3 Answers, 1 is accepted

Sort by
0
Rhyss
Top achievements
Rank 1
answered on 26 Feb 2010, 05:04 AM
<telerik:RadEditor ID="RadEditor1" Runat="server" EditModes="Design"  
                                Skin="Outlook"
                                <Tools> 
                                    <telerik:EditorToolGroup> 
                                        <telerik:EditorTool Name="Bold" Text="dddd" /> 
                                        <telerik:EditorTool Name="Copy" Text="fdd" /> 
                                    </telerik:EditorToolGroup> 
                                </Tools> 
                                <Content> 
                                </Content> 
                            </telerik:RadEditor> 
I get the same behaviour when i started a completely new application with a fresh install of Telerik (all removed from GAC and uninstalled before new version installed) and tried to alter the Tools in a Editor.

The above is the code generated after I change the skin of it.  Prior, the Bold and Copy tools weren't there and weren't rendering.

So it's not just one control.
0
Accepted
Martin
Telerik team
answered on 01 Mar 2010, 03:53 PM
Hello Jordan,

I think that the erroneous behavior you have encountered is due to e known bug of the Visual Studio 2008 IDE. I would suggest you to review the following blog post and try the recommended hotfix:

Hotfix for "Design view does not update HTML"

I hope this helps,
Martin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Rhyss
Top achievements
Rank 1
answered on 03 Mar 2010, 06:04 AM
You were quite right.  That fixed it.  How strange.  I had no idea that the VS designer used the Office components.  I would have thought this issue would have been resolved via the Windows Update process, but alas, this is not the case (my system had all updates applied).

Thanks again for answer.

Jordan
Tags
General Discussions
Asked by
Rhyss
Top achievements
Rank 1
Answers by
Rhyss
Top achievements
Rank 1
Martin
Telerik team
Share this question
or