Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
59 views
I have a user control with several RadComboBoxes.  My user control implements IScriptControl. It also has properties to allow the person using the control to set the handlers for events I am raising from the user control.  I would like to handle the events from the comboboxes in my userControl javascript prototype, but I'm having an issue with this code:

_onDropDownSelectedIndexChanged: function(source, e){
    if(!this._events) return;
    var handler = this._events.getHandler("selectedIndexChanged");
    if(handler)
    handler(this,e);
}

The problem is the context of "this".  I had expected it to be my prototype object, but it's not even though this is defined within my prototype.

Here's my hook up in my initialize:
ddlStore.add_selectedIndexChanged(this._onDropDownSelectedIndexChanged);

Any help or examples would be greatly appreciated.
Ivana
Telerik team
 answered on 26 Dec 2011
2 answers
104 views

Hi. Here's my scenario:

One RadProgressArea and one RadProgressManager and one button on my aspx page. I want to monitor the call to my simple web service and display time until process is complete.

Here is C# code behind for button onClick event:

public partial class IISProcess : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            RadProgressArea1.Localization.UploadedFiles = "Completed Steps: ";
            RadProgressArea1.Localization.CurrentFileName = "Step: ";
            RadProgressArea1.Localization.TotalFiles = "Total Steps: ";
        }
    }
   
    protected void myProgressButton_Click(object sender, EventArgs e)
    {
        UpdateProgressContext();
    }

    private void UpdateProgressContext()
    {
        RadProgressContext progress = RadProgressContext.Current;
        IIS_1 IISWebService = new IIS_1();
        string theOrder = "0038240";
        IISWebService.GetOrdersFromIIS(theOrder);       
    }
}

My question is how can I monitor my web service process via the RadProgressArea control ???? What is missing in my code?

Thank You in advance.

Bozhidar
Telerik team
 answered on 26 Dec 2011
3 answers
1.0K+ views
Hi,

I know that this question is little bit off-topic since RadioButtonList control is belong to original ASP.NET controls and isn't a part of Telerik, but I saw that you guys are so expert in doing CSS Style, please help me solve this problem as I couldn't find the answer anywhere on the internet.
I can easily set the "Selected Item Style" in the Code-Behind, however, I didn't want to do it for every other RadioButtonList control, I want to have something that is Universal.

Thanks

Lamk.
Rumen
Telerik team
 answered on 26 Dec 2011
1 answer
119 views
Hi Team,

We have downloaded the RADEDITORFORMOSS 4.5.6.0 version.

It is working intermittently.

Have followed the steps specified in the Installation guide, did a IISReset after the WSP installation.

Can you please share us with the Browser Support for this tool.

Any help would be appreciated.

Thanks
Vandana
Rumen
Telerik team
 answered on 26 Dec 2011
3 answers
278 views
Hi,

Is there an option to FTP uploaded files to another website.
Since we've put the frontend of our CMS at webhosting and Backend on the local webserver, we need to FTP images uploaded by moderators to the actual website. We can do this at the Article Save, but maybe there is an option for it inside the editor.

Can someone help?

With regards,

Sander Wijnen
WNS Development (The Netherlands)
Rumen
Telerik team
 answered on 26 Dec 2011
1 answer
90 views
Hi,

I have a Bar RadChart. The Bar above the threshold will display red color and the part of the Bar below the threshold will display green color. Can this be implemented?

Petar Marchev
Telerik team
 answered on 26 Dec 2011
1 answer
39 views
I am using safari 5.1 and Radcontrol v 2.0

On RADPanel control click event not working on safari, however same functionality work fine on IE8.0

Thanks
Shinu
Top achievements
Rank 2
 answered on 26 Dec 2011
1 answer
46 views
I am using safari 5.1browser and Radcontrol  for my asp.net application
RadPanel Product Version 4.3.6.0
AJAX Control 2.0

On RadPanel control click (server side event) not working on safari, however same functionality works fine on IE8.0

Please let me know solution for same.

Thanks in advance.


Princy
Top achievements
Rank 2
 answered on 26 Dec 2011
2 answers
124 views
Hi Guys,

I am Using Rad Filter In My Application.
When i select fields with "Int" datatype and enter non numeric characters (or) empty values  In rad Filter Input Box I am getting Error as
"Input String Not in correct Format : Unhandle exception occured on execution of current web request.."
I am not able to Catch this error or trace the events .

Can any one suggest the way by which i can trace this error and show in a label...
I am using  ASP.net  AJAX Q2.2011

Thanks...!!
Kiran Raj
Daniel
Telerik team
 answered on 26 Dec 2011
2 answers
86 views
Hi:

I have a toolTip. Within it, I have a table with 3 rows. Two rows has an asp:label control in it. One row as an asp:LinkButton in it.  Before the toolTip is shows, how can I get each of those 3 controls and set it's text/value using javascript?

Thanks for your help!
Svetlina Anati
Telerik team
 answered on 26 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?