Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
175 views
Hello,

the situation:

display a modal window with content template to show progres of an asynch page load
i.e:

 

<telerik:RadWindow VisibleTitlebar="false"
ID="AccountLoadProgressWnd" runat="server" Modal="true" ReloadOnShow="true" VisibleStatusbar="false" Behaviors="None" >

 

 

<ContentTemplate >

 

 

Loading account <span id='percentageComplete' ></span>

 

 

</ContentTemplate>

 

 

</telerik:RadWindow>

2) main page performs x number of ajax requests to load info on underlying page

Question:

i want to reference the <span id='percentageComplete' ></span>
element in the modal window.

How do i do it?

 

Georgi Tunev
Telerik team
 answered on 03 Jan 2011
5 answers
232 views
Hi,

Is it possible to specify another CDN for JQuery?

The Google CDN is pretty well used, so i would like to use that CDN for jQuery - as many people may already have that in their cache?

Thanks,


Richard
T. Tsonev
Telerik team
 answered on 03 Jan 2011
1 answer
82 views
Hi all,
Does enable scrolling work only for vertical scrollbar only?
I want Horizontal Scrollbar, because of My grid need to show many columns.
When I checked enable scrolling, I got vertical scrollbar and and columns are too tightly (I have over 20 columns to show).
If didn't check enable scrolling columns show all, but show over my contentHolder.

Is there any way to make Horizontal scrollbar for my grid?

Thanks and best regards.
Pavlina
Telerik team
 answered on 03 Jan 2011
1 answer
154 views
I have a tabstrip containing 2 tabs which are visible and have 3rd tab which is not visible (Visible="false"). On button click (server side) if all the validations and statements are executed correctly, I want third tab to be visible and selected. My code is as below

 

 

protected void Button2_Click(object sender, EventArgs e)
    {
        RadTabStrip1.Tabs[2].Visible = true;
        RadTabStrip1.SelectedIndex = 2;
        RadTabStrip1.FindTabByText("Summary").Visible = true;
    }

but this is not happening. the 3rd tab doesnt appears at all.

Appreciate your help

Pankaj

 

Shinu
Top achievements
Rank 2
 answered on 03 Jan 2011
0 answers
103 views
Hello,
  Pls Help
  1. node moving option. E.g. A contract node can be moved from one project to another project.
  2.  block adding new contract node under another contract
Nithin
Top achievements
Rank 1
 asked on 03 Jan 2011
1 answer
173 views
Hello,

I have a cell in my grid with value 004. When I export this gridview to Excel, the report lose this formatting and just show 4 in the excel cell.what shoud i do to save format of numbers in excel cell format?

Someone can help me?

Thx
Hamed
Princy
Top achievements
Rank 2
 answered on 03 Jan 2011
1 answer
92 views
I want to use FormatCurrency in a bound column in a grid that is created programatically. I know you can do it with eval when created design time, but I want to do it programatically because it is a dynamic grid. I've check docs and forums and can't find it. Help? Thanks.
Princy
Top achievements
Rank 2
 answered on 03 Jan 2011
2 answers
87 views
I'm trying to use $find('<%= RadUpload1.ClientID %>').getFileInputs().length to identify the number of files the user has selected I run into the problem that when no files are selected the value appears to be 1.

Is there something I'm missing?

Thanks
John Smith
Top achievements
Rank 1
 answered on 03 Jan 2011
4 answers
122 views
After read the known issue "A JavaScript error can occur when using the debug versions of the MS AJAX library (<compilation debug="true"> in web.config)." we set ScriptMode="Release" property of the ScriptManager.

But when we do click in any tab of the tabscript we are getting this error:
Error: 'this.get_element().offsetWidth' is null or isnt a object.



Henri
Top achievements
Rank 1
 answered on 02 Jan 2011
10 answers
582 views
I have a RadPanelBar with No skin and would like to remove all borders and underlines.  I can not seem to get rid of the border on the Non expanded panel bar.  I am using RadControls for ASPNET AJAX Q1 2009.  Css and Asp below.

Any help would be appreciated.

Thanks
Doug

    .RadPanelBar .rpRootGroup,  
    .RadPanelBar .rpRootGroup .rpLink
    {  
         border: none !important;  
         color: #5F5F5F;
         text-decoration: none;
    }
    .RadPanelBar .rpRootGroup .rpGroup .rpLink:hover  
    {  
         border: none !important;  
         text-decoration: underline;
    }  
     .RadPanelBar .rpRootGroup .rpExpandable:link
     {
         text-decoration: none;
         border: none !important;  
     }

    .panelbarItem
    {
      color: #5F5F5F;
      font-size: 10pt;
         cursor: pointer;
         text-decoration: none;
         padding-left: 60px;
         height: 26px;
         border: none !important;  
    }
 
<telerik:RadPanelBar ID="RadPanelBar2" runat="server" EnableEmbeddedSkins="false"
         Width="450"  
         Skin=""
         OnItemDataBound="RadPanelbar1_ItemDataBound"
         OnItemClick="RadPanelbar1_ItemClick" ExpandMode="MultipleExpandedItems">
    <ExpandAnimation Type="OutQuint" Duration="900" />
</telerik:RadPanelBar>



Arno
Top achievements
Rank 2
 answered on 02 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?