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??????
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??????