Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
188 views
Hello,

I am not able to close a radwindow. I tried using the following code but the javascript is not getting invoked. Can someone help me please? Is there something funky going on with Ajax?

    <script 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 CloseOnReload() {
            GetRadWindow().Close();
        }
    </script>

//CS Code
//injectscript is a label
InjectScript.Text = "<script type='text/javascript'>CloseOnReload()</" + "script>";


Cori
Top achievements
Rank 2
 answered on 27 Apr 2011
5 answers
838 views
Hi,

Can somebody help me set text box property on the client. The problem I'm having is that the text box is within the rad grid control.
I'm able to set the textbox text property with the following but not when the textbox is in telerik:GridTemplateColumn.

        var textbox =  $find("txtDescription");
  textbox .set_value(result);

but this doesn't work for the following.

  <telerik:GridTemplateColumn HeaderText="Description" DataField="Description"  UniqueName="Description">
                        <EditItemTemplate>
                             <telerik:RadTextBox ID="txtDescription" runat="server" Width="200px"> </telerik:RadTextBox>
                        </EditItemTemplate>
</telerik:GridTemplateColumn>

Thanks,
Ron.

Ron
Top achievements
Rank 1
 answered on 27 Apr 2011
3 answers
42 views

When using the RadFileExplorer in IE (and IE only…Firefox, Safari, Chrome all handle the following perfectly/quickly…only IE has the issue), if the directory has a lot of images in it (say, 50 or more, or perhaps the file sizes of the images are quite large), the launching of this tool will literally FREEZE the IE browser for 30-60 seconds (IE's windows-bar displays "(Not Responding)" if you try to click anywhere in the window). The RadEditor is a part of our online application where significant numbers of fairly novice users utilize it to build simple email content. So…the patience level of these authors is very low, and they often will simply attempt to close the browser, as they believe the system has crashed….when in fact, if they just waited 30-60 seconds the problem would go away. 

Rumen
Telerik team
 answered on 27 Apr 2011
6 answers
95 views
Hi,
After writing OnClientRated Function for a RadRating (A nested one) as below:

function OnClientRated(sender, args)
{
    ...
}

How Can I Convert sender to RadRating here, My goal is to access a property of my specific RadRating Control(I'm using RadRating in a DataList Control ). I know that I can do it in ItemDataBound event of DataList, But it's not good enough considering that I have to use the value here in JavaScript Function(I'm going to use it as a QueryString Value in order to redirect to a page shown in RadWindow).
Would you please help me out?
Niko
Telerik team
 answered on 27 Apr 2011
1 answer
104 views
In my grid there is column which contain either '1' or '0' for each of the rows. On grouping, all columns with value '0' is displayed first in the grid. Is there any way by which I can reorder the groups ? I want the group with value '1' to be displayed on the top.

THanks
Shinu
Top achievements
Rank 2
 answered on 27 Apr 2011
1 answer
83 views
Hi -

Im newbie to Telerik and playing with my trial.

Regarding RadMenu I have a couple of questions;

1. Is there any tutorial on how to use a RadMenu that has been customized using the Telerik CSS tool/page?
Like how do I apply a customized menu to my page after I have downloaded the zip from the CSS tool ?

2. Is there any tutorial on how to display a down arrow image on root level on a horisontal menu, if there are any sub-menus present for that item.

Please advice.

Kind r

Bjørn.
Shinu
Top achievements
Rank 2
 answered on 27 Apr 2011
1 answer
300 views

we are still waiting for telerik to support Persian calendar (shamsi - jalali) in calendar based controls!!
when announced a way to use this controls?
Martin
Telerik team
 answered on 27 Apr 2011
4 answers
303 views
 Hi, I encountered with strange Text Box behavior, i supplied picture that represents the issue.
Here is definition for textbox


                            <telerik:RadTextBox ID="txtTaskName" runat="server" Width="100%" Enabled="false">
                            </telerik:RadTextBox>
Do you have any suggestions?
Itl
Top achievements
Rank 1
 answered on 27 Apr 2011
1 answer
78 views
Hi

Team the Given Solution was not working Please Give me the Other Solution
And also fine new Attachement

For Example

  /  /  

dd/mm/yyy

Regards
Ashok Anbarasu.
Shinu
Top achievements
Rank 2
 answered on 27 Apr 2011
1 answer
94 views
Hi

What is the best way for me to change the css/style settings for specific cells in a treelist item? I want to change the column/cells so there is no padding.

Thanks, Patrick
Veli
Telerik team
 answered on 27 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?