AfterRenderJavaScript not working
I have placed AfterRenderJavaScript="alert('Test');" in my weekview tag in the aspx file. Yet, when I load the page, I never see the alert box. I can see the "c.afterRender = function(data) {alert('Test');};" in the rendered script in the source, but it does not appear to be called.
Asked by Anonymous 3 years ago.