Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
Hi,

I am using the RadEditor. But whenever I pick the color white, i always get black.
When I hover over the white in the color palette, i see that black is the color that shows.

please advise.

Vincent
Georgi Tunev
Telerik team
 answered on 08 Apr 2009
0 answers
94 views
hi,

i'm using "owners.localization.Cancel" property for cancel in advanced edit template as a user control, but its not working for me,is there any code to be written in code behind?

Reply soon.....
Balaji
Top achievements
Rank 1
 asked on 08 Apr 2009
7 answers
467 views
hi

I tried to change the font-Size to Large but it seems that the font size didn't change. I am using defautl skin. Thanks
Dimo
Telerik team
 answered on 08 Apr 2009
2 answers
72 views
I have RadGridView in my project. And one of GridTamplateColumns haven't HeaderText, but in a web site i see a two-spot in the place of HeaderText.
I'll be glad to hear any advise how can I hide it.
Vladimir
Top achievements
Rank 1
 answered on 08 Apr 2009
3 answers
237 views
Hi,

I have a window defined inside a user control:

<telerik:RadScriptBlock ID="rsbMain" runat="server"
         <script type="text/javascript"
                    //<![CDATA[
                        function OpenTrackAndTraceDialogDialog(Company,DocNum)
                     { 
                            var oWnd = $find('<%= radTrackAndTraceDialog.ClientID %>');
                            oWnd.setUrl("dialogs/dlgTrackAndTraceDialog.aspx?Company=" + Company + "&DocNum=" + DocNum);
                           oWnd.maximize();
                            oWnd.show();
                        }
                    //]]> 
                    </script> 
             
         </telerik:RadScriptBlock> 
                 
        <telerik:RadWindowManager ID="rwwDialogs" runat="server" Skin="Office2007" Style="z-index:7100"
    <Windows> 
        <telerik:RadWindow ID="radTrackAndTraceDialog" runat="server"  
            ShowContentDuringLoad="false"  
            AutoSize="true" 
            Modal="false" 
            VisibleStatusbar="false" 
            ReloadOnShow="false" 
            Behaviors="Close, Reload, Move, Maximize" 
            height="500px" 
            width="500px" 
             
            > 
        </telerik:RadWindow> 
    </Windows> 
</telerik:RadWindowManager> 

The OpenTrackAndTraceDialogDialog is called from inside an aspx page which contains the user control that contains the above code.

the dlgTrackAndTraceDialog.aspx has the logic to display the content of the dialog:  it calls a web service and if the web service returns a URL, it opens up a pop-up by adding an onload event to the body HTML tag, server-side.  It then is supposed to close the RadWindow after the real browser pop-up is displayed.  Below is the code I use to accomplish this, located inside the dlgTrackAndTraceDialog.aspx:

  <script language="JavaScript" type="text/javascript"
    
   function GetRadWindow() 
    { 
     var oWindow = null
     if (window.radWindow) 
        oWindow = window.radWindow;      
     else if (window.frameElement.radWindow) 
       oWindow = window.frameElement.radWindow; 
     return oWindow; 
   } 
    
     function closeCallingWindow() 
    { 
    var oWindow = GetRadWindow(); 
    //alert(oWindow); 
    oWindow.close(); 
       
      
    } 
    
    function popUp(URL) { 
    day = new Date(); 
    id = day.getTime(); 
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=550,height=500,left = 600,top = 300');"); 
    } 
    </script> 

The popUp function is triggered inside the onload event of the body tag of the dlgTrackAndTraceDialog.aspx  page, and I insert it as an attribute during server side if I get a valid URL from the web service call.

Everything works great....except that the RadWindow won't close and even if I click on the close button, it still won't close.  I can maximize, and minimize the window though, and I don't get any error messages.

What am I doing wrong?  Thank you in advance for your help.

Georgi Tunev
Telerik team
 answered on 08 Apr 2009
7 answers
576 views
I am using a radtreeview for navigation on my site.  When any particular node is clicked you will be redirected to the appropriate page.  The tree is located on a master page and therefore you can jump to any page from any other page.  The tree maintains the current expanded nodes when redirecting, however, I would also like it to maintain the current scroll position of the tree.  I was hoping you would have a suggestion as to how this can be accomplished.
Christian
Top achievements
Rank 1
 answered on 08 Apr 2009
3 answers
131 views
Hi,
Is there any chance that I can change week numbers in rad calender?

Regards,
Mahdi
Pavlina
Telerik team
 answered on 08 Apr 2009
1 answer
95 views
Can somebody explain to me why I can't get a reference to the Context Dictionary in JavaScript in the OnClientSelectedIndexChanged event?  I am able to reference and set key values in the OnClientItemsRequesting event with the exact same code.

Here's what I have:

<telerik:RadComboBox runat="server" ID="ddlColorCode" AutoPostBack="true" EnableLoadOnDemand="True" 
   OnClientSelectedIndexChanging="ddlSelIndexChanged"   
   OnClientSelectedIndexChanged="ddlColorCde_SelectedIndexChanged" 
   OnClientItemsRequesting="itmReq_ColorCde">  
   <WebServiceSettings Method="loadColorCde" Path="~/WebServices/srvc_ComboBox.asmx" /> 
   <CollapseAnimation Duration="200" Type="OutQuint" /> 
</telerik:RadComboBox> 
 
<script type="text/javascript">              
            function itmReq_ColorCde(s,e){  
                var context = e.get_context();  
                var cb = $find("<%= Me.ddlColorCode.ClientID %>");  
                context["ClrCde"] = cb.get_value();  
            }              
            function ddlSelIndexChanged(){  
                  window.parent.FrameClearNodes();  
            }      
            function ddlColorCde_SelectedIndexChanged(s,e){  
                var context = e.get_context();  
                var cb = $find("<%= Me.ddlColorCode.ClientID %>");  
                context["ClrCde"] = cb.get_value();  
            }               
</script> 

Thanks.
Atanas Korchev
Telerik team
 answered on 08 Apr 2009
1 answer
108 views
hi,

i want to change the font of the subject field of the radschedular in some cases..for example am working on CRM product now...
for the COMPLETE activity i want the SUBJECT FONT to be STRIKEOUT...and for the PENDING activity i want the FONT to be NORMAL..can any 1 help me how to do dis.....plz....


thanks.
Bhargava.P

Dimitar Milushev
Telerik team
 answered on 08 Apr 2009
2 answers
91 views
Hello,

  I was wondering if it is possible to translate Expand and Collapse text strings that are shown when hoovering with mouse over [+] or [-] box when using grouping on the fields.

Thank you, 

 Marko. 
Marko Clemente
Top achievements
Rank 1
 answered on 08 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?