This is a migrated thread and some comments may be shown as answers.

RadNumeric Issue set_value loop

1 Answer 51 Views
Input
This is a migrated thread and some comments may be shown as answers.
Fabian Raul Jofre
Top achievements
Rank 2
Fabian Raul Jofre asked on 14 Aug 2012, 04:27 PM

I have an issue when i did the upgrade last version of Telerik '2012.2.607.35'
I tried others version, as '02217Telerik.Web.UI_2012_2_807_Dev_hotfix' or '2012.2.710.35' HotFix too.

This problem happend on the events Onchange and OnKeyPress.
I debugged the code and the problem is that method 'set_value' sign in loop.

The version HotFix '2012.2.710.35' works fine, but only the Event Onchange, the Event OnKeyPress the issue persists.

Example: (Javascript)
var iResul='25';
function Calcular(sender, args) {

        var textBox = sender;
        textBox.set_value(iResul);

 }

 

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 17 Aug 2012, 02:57 PM
Hello Fabian Raul Jofre,

I am not able to replicate the issue on my side. Could you please provide a sample runnable code that I could run locally. This way I will be able to provide more to the point resolution.

Kind regards,
Martin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Fabian Raul Jofre
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or