I have a cuple of radGrid controls etc on my page, when I switch between source and design view, the Visual Studio produces thousends of #160; in my code, every second line approx. Alot of is also created. The second problem is that is changes the tagPrefix on my controls, see example below.
I first see this with visual studio 2008 beta 2, so I was happy when RTM got out :) But there is the problem as well?
Hopefully any have an idea? I have checked arround some, and people get this behaviour in 2008 when using other third party controls, so I dont think it has any thing with telerik controls to do.
Suggestions?
Best regards
Arild
Norway
Here is an example of "corrupted" source (sorry for the "mess"):
</
radM:radG:PageView>
<radM:radG:PageView ID="pageAssessment" runat="server" Width="100%">
 <table style="border-left:solid 1px gray">
                                       
<tr>
                                           
<td>
                                               
<div id="divAssessmentGrid" runat="server" style="width: 600px">
                                                   
<radM:radM:radG:RadGrid ID="gridAssessments" runat="server"
AutoGenerateColumns="False" GridLines="None" Width="100%">
<mastertableview>
<Columns>
<radM:radM:radG:GridBoundColumn HeaderText="CutOff">
</radM:radM:radG:GridBoundColumn>
<radM:radM:radG:GridBoundColumn HeaderText="Probability">
</radM:radM:radG:GridBoundColumn>
<radM:radM:radG:GridBoundColumn HeaderText="Consequence">
</radM:radM:radG:GridBoundColumn>
<radM:radM:radG:GridBoundColumn HeaderText="Prob.value">
</radM:radM:radG:GridBoundColumn>
<radM:radM:radG:GridBoundColumn HeaderText="Cons.value">
</radM:radM:radG:GridBoundColumn>
<radM:radM:radG:GridBoundColumn HeaderText="Risk Level">
</radM:radM:radG:GridBoundColumn>
</Columns>
</mastertableview>
</radM:radM:radG:RadGrid>
                                               
</div>