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

Weird spaces in RadMultiPage

6 Answers 62 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Mattias
Top achievements
Rank 1
Mattias asked on 17 Nov 2008, 10:39 AM
Hi, my code in VS 2008 look like this:
    <telerik:RadMultiPage ID="radMultiPageCategories" runat="server" Width="100%"  
        SelectedIndex="0"
        <telerik:RadPageView runat="server" ID="radPageViewSorted"
             
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            <telerik:RadPanelBar ID="radPanelBarSorted" runat="server"  
                EnableEmbeddedSkins="False" onitemdatabound="radPanelBarSorted_ItemDataBound"  
                Skin="Default" Width="100%"
                <collapseanimation duration="100" type="None"></collapseanimation> 
                <expandanimation duration="100" type="None"></expandanimation> 
            </telerik:RadPanelBar> 
             
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        </telerik:RadPageView> 
        <telerik:RadPageView runat="server" ID="radPageViewAlphabetic"
             
             
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            <telerik:RadPanelBar ID="radPanelBarAlphabetic" runat="server"  
                EnableEmbeddedSkins="False"  
                onitemdatabound="radPanelBarAlphabetic_ItemDataBound" Skin="Default"  
                Width="100%"
                <collapseanimation duration="100" type="None"></collapseanimation> 
                <expandanimation duration="100" type="None"></expandanimation> 
            </telerik:RadPanelBar> 
             
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        </telerik:RadPageView> 
    </telerik:RadMultiPage> 
     

as you see there are duplicates of &nbsp; s in the code.
If I try to remove them they just come back! :(

Why this?

/Mattias

6 Answers, 1 is accepted

Sort by
0
Michael Warden
Top achievements
Rank 1
answered on 18 Nov 2008, 04:34 PM
I'm having the same issue and it's driving me nuts.  It can literally add over 200,000 &nbsp;'s to my .aspx page and takes upwards of 15 minutes just to do a find and replace to remove them every time i edit the page. please let me know if you find an answer to this.
0
Paul
Telerik team
answered on 19 Nov 2008, 02:07 PM
Hi there,

Please ensure that you use VS2008 SP1 and the latest version of RadControls for ASP.NET AJAX.

Sincerely yours,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mattias
Top achievements
Rank 1
answered on 19 Nov 2008, 02:54 PM
Hi Paul,
I'm using SP1 for VS 2008 (9.0.30729.1) and version: 2008.3.1105.20 of telerik controls.
Can it be something with that I'm using a website and not an web application project?
0
Michael Warden
Top achievements
Rank 1
answered on 19 Nov 2008, 03:00 PM
I'm using SP1 for vs2008 and RAD 2008.3.1105.20 and I am using a web application project and having issue.
0
Helen
Telerik team
answered on 24 Nov 2008, 11:36 AM
Hello Michael,

We tested the behavior with the latest version of the Telerik.Web.UI(2008.3.11.05), but couldn't reproduce the problem locally. Please find attached a movie as part of our local tests.
What might be the difference in your case? Are we missing something?

Regards,
Helen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michael Warden
Top achievements
Rank 1
answered on 03 Dec 2008, 05:35 PM
my solution has been to replace all the &nbsp;'s in a text editor, which takes a couple seconds, rather than vs2008, which took 15-20 minutes so i can live with that.  i can't tell you exactly how to recreate it, but it definitely seems to be an issue with radtabstrip, no others.
Tags
TabStrip
Asked by
Mattias
Top achievements
Rank 1
Answers by
Michael Warden
Top achievements
Rank 1
Paul
Telerik team
Mattias
Top achievements
Rank 1
Helen
Telerik team
Share this question
or