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

onResponseEnd function

1 Answer 26 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 25 Sep 2014, 02:20 PM
i am trying to run the following function onResponseEnd:


               function changePanelheight(sender, args) {
                
                   $(document).trigger('lockfixed:pageupdate');
               }


But nothing seems to happen.
Anything wrong with this setup?

Marc


1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 30 Sep 2014, 11:36 AM
Hello Marc,

Note that based only on the provided client code it is rather difficult to directly determine what the root cause of the issue is.
Could you please add e debugger in the "changePanelheight" function and verify if it properly fires?
Also i would suggest you to inspect the response in the browser console and verify if any errors appear.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Ajax
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Maria Ilieva
Telerik team
Share this question
or