Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
110 views
I have a few different levels of master page built with Tabstrip for my project, the Tabstrip works fine except when I select the lower level of one tab, the screen auto displays the first tab on a higher level of tabs' list.
is there a way to aviod this with out  built the master master page with ChildTabs, cos that way it still won't display all the levels of taps i need at the bottom level.
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">  
</asp:Content>  
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" runat="server">  
        
           
 
       
            

             

                  
             
                   
                 
                  
  
 
         
        
      
         
 
    <div id="body">          
               <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Vista" MultiPageID="RadMultiPage1" SelectedIndex="0" ClickSelectedTab="true">  
             <Tabs>  
                 <telerik:RadTab Text="Bills" NavigateUrl="ReportParameters.aspx" runat="server" Selected="True" Font-Underline="true" Font-Italic="true" >  
                 </telerik:RadTab>  
                 <telerik:RadTab Text="Reports" NavigateUrl="FlowThroughStart.aspx" runat="server"  Selected="True" Font-Underline="true" Font-Italic="true">  
                 </telerik:RadTab>  
             </Tabs>  
         </telerik:RadTabStrip>  
 
<telerik:RadMultiPage runat="server" ID="RadMultiPage1" SelectedIndex="0">  
             <telerik:RadPageView runat="server" ID="RadPageView1"></telerik:RadPageView>   
             <telerik:RadPageView runat="server" ID="RadPageView2" ></telerik:RadPageView>  
</telerik:RadMultiPage>   
           
         <asp:ContentPlaceHolder runat="server" ID="UserHomeStartContentHolder">  
         </asp:ContentPlaceHolder>  
 </div>  
 
 
</asp:Content> 


So it's like Under this one there are other two master pages with Tabstrps as well, problem occurs during click the lower level's tabs, the display auto changed to the first one nomatter which one it was under
Andrew Cao
Top achievements
Rank 1
 answered on 31 May 2010
1 answer
92 views
I am building a page with levels of child tapstrip
is there a way I can keep all levels of child tabstrip open all the time?
Andrew Cao
Top achievements
Rank 1
 answered on 31 May 2010
1 answer
66 views

Hello All:

                I need to put PanelBar in side Tabstrip, is there a way I can do that?

                Thank you.

 <telerik:RadTab Text="Bills" NavigateUrl="ReportParameters.aspx"  runat="server" Selected="True" Font-Underline="true" Font-Italic="true" > 
                 </telerik:RadTab> 
                 <telerik:RadTab Text="Reports"  runat="server"  Selected="True" Font-Underline="true" Font-Italic="true" > 
                 <Tabs> 
                 <telerik:RadTab Text="Flow Through"  NavigateUrl="FlowThroughStart.aspx" runat="server" Selected="True"  Font-Italic="true" BackColor="Brown" > 
                   
                    <telerik:RadPanelBar ID="FlowThroughPanelBar" runat="server" Skin="Default" Width="150px" 
                        OnItemClick="FlowThroughPanelBar_ItemClick">  
                         <Items> 
                            <telerik:RadPanelItem runat="server" Text="Bill Summary" Value="pbBillSummary" Selected="true">      
                            </telerik:RadPanelItem> 
                             <telerik:RadPanelItem runat="server" Text="Data Cost" Value="pbDataCost"  Selected="true">      
                            </telerik:RadPanelItem> 
                              <telerik:RadPanelItem runat="server" Text="Data Roaming Cost" Value="pbDataRoamingCost"  Selected="true">      
                            </telerik:RadPanelItem> 
                             <telerik:RadPanelItem runat="server" Text="Local Voice Cost" Value="pbLocalVoiceCost"  Selected="true">      
                            </telerik:RadPanelItem> 
                            <telerik:RadPanelItem runat="server" Text="Preuium Data" Value="pbPreuiumData"  Selected="true">      
                            </telerik:RadPanelItem> 
                             <telerik:RadPanelItem runat="server" Text="Preuium Texting" Value="pbPreuiumTexting"  Selected="true">      
                            </telerik:RadPanelItem> 
                              <telerik:RadPanelItem runat="server" Text="Preuium Voice" Value="pbPreuiumVoice"  Selected="true">      
                            </telerik:RadPanelItem> 
                             <telerik:RadPanelItem runat="server" Text="Text Cost" Value="pbTextCost"  Selected="true">      
                            </telerik:RadPanelItem> 
                               <telerik:RadPanelItem runat="server" Text="USandItnlCost" Value="pbUSandItnlCost"  Selected="true">      
                            </telerik:RadPanelItem> 
                             <telerik:RadPanelItem runat="server" Text="Voice Roaming Cost" Value="pbVoiceRoamingCost"  Selected="true">      
                            </telerik:RadPanelItem> 
                        </Items> 
                          
                    </telerik:RadPanelBar> 
                 </telerik:RadTab> 
                 <telerik:RadTab Text="Rebill" NavigateUrl="RebillStart.aspx" runat="server"  Selected="True"  Font-Italic="true" BackColor="Brown" > 
                 </telerik:RadTab> 
                  <telerik:RadTab Text="General" NavigateUrl="GeneralStart.aspx" runat="server"  Selected="True" Font-Italic="true" BackColor="Brown" > 
                 </telerik:RadTab>   
                 </Tabs> 
                 </telerik:RadTab> 
             </Tabs> 
         </telerik:RadTabStrip> 
Andrew Cao
Top achievements
Rank 1
 answered on 31 May 2010
3 answers
78 views
Hi!

I am website developer and now I have a problem with a website for my company.

We har using Version 2009.1.402.35 of telerik
Server that hosting our site is Microsoft Windows 2003 XP Server version.

The problem is

Our site working great in IE7 but in IE8 it doesn't.

I get Error in Chart when the page loads. 
Error is: Error loading RadChart image. Show Stack Trace.?

And a second error: is the Export to Excel function that export from RadGrid?

Databind function to radgrid works first time when you load a page that has radgrid but if I try to reoder columns it doesn't?

I hope you can solve my problems

Best Regards

Christopher


Christopher Svensson
Top achievements
Rank 1
 answered on 31 May 2010
3 answers
181 views
I'm using Telerik version 2009.3.1314.35.  I'm binding a RadListView control to a List of custom objects using .DataSource and .DataBind().  On submit, when I try to get the key values using item.DataItemIndex it throws a NotImplementedException and the item.DataItem object is null.  The strange thing is that the DataKeyValues array is fine and I can get the key value using item.DisplayIndex.  Any ideas why I would get this error?
Rosen
Telerik team
 answered on 31 May 2010
1 answer
63 views
I use RadGrid with edit form type PopUp. I want to attach avascript confirm to popups' close button.
Radoslav
Telerik team
 answered on 31 May 2010
2 answers
63 views
Hi

Our customers paste all kind of html text into our CSM system from word (or other).
The font type and font size is copied to the web from word. The site should use fonts defined in css and not in word.
We use a lot of time to tell our customers to copy via notepad or paste as plain text.

My own suggestion is to create an automatic routine that runs on paste,
that removes every html tag, except as lite as breaks, links and bold text.

Do you have a recommended solution here?

Thanks

/Oys
oysteintvedten
Top achievements
Rank 1
 answered on 31 May 2010
3 answers
68 views
Hi,

In one of my project we need to put water marked text inside the search textbox, provided by telerik grid.

Please help me out with this.

Thanks,
Parimal Modi
Parimal Modi
Top achievements
Rank 1
 answered on 31 May 2010
3 answers
73 views
I have a grid and I have added a Hierarchy which is working good but I was wondering if there is a way to selectively show the expand grid button based on content in a column.

For example if my first column is an order number and I want to have a nested Hierarchy but only for order numbers in the column that begin with a certain text string.

thx
jason
Radoslav
Telerik team
 answered on 31 May 2010
4 answers
401 views
Hello guys.

I have a grid with a ImageButton in a template column. In the click event of this button, I have this code:

FileInfo file= new FileInfo("D:\\projetos\\GED\\content\\upload\\00001\\20100510104408625_aurora_boreal_noruega.JPG"); 
 
        Response.Clear();        
 
        Response.ContentType = "application/octet-stream"
 
        Response.AddHeader("Content-Disposition""attachment; filename=" + file + ""); 
 
        Response.AddHeader("Content-Length", file.Length.ToString()); 
 
        Response.Flush(); 
 
        Response.WriteFile(file.FullName); 

But, when I click this button, I have an error:

"Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed"

My grid is inside an ajax panel, and I think it is the problem, because I put another button out of ajax panel, with the same code in click event, and it works fine.

What's the best option for this case?

Thanks in advance.

Regards.
Silvio Silva Junior
Top achievements
Rank 2
 answered on 31 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?