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