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

[Solved] RadNumericTextBox Client Events

1 Answer 185 Views
Input
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 14 May 2008, 04:41 PM
I have a User Control that is being displayed as a RadGrid Edit control.  In the User Control I have 3 Rad Numeric Text Boxes that the user may change, these are then totaled into a fourth Rad Numeric that is read only.  I had a javascript function written that was updating the total box and it was assigned to each of the other three's OnBlur ClientEvent.  This was all working (in Promethus) until I upgraded to the latest release of ASP.NET Ajax.  Now I get a function (updateTota) not defined.

I have a master page with a RadAjaxManager and Script manager on it.  The page with the grid has a RadAjaxProxy along with a radComboBox and radGrid.  The Grid uses the user control when and edit is selected.  When the edit user control is displayed I get the function not defined error.

Any help would help as I have tried everything I can thing of.  Not sure if I maybe somhow need to now tie into the scriptmanager to write out the javascript so it can be seen??????

1 Answer, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 14 May 2008, 04:53 PM
Sorry, was able to get this to work by wrapping the javascript inside a telerik:RadScriptBlock

Tags
Input
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or