My application loads ascx controls in a RadAjaxPanel. I can't use javascript inside the panel.
I am not a experienced in using Ajax. I think this is because the html-code is not rendered? For example. The ascx contains a RadGrid. I can't find the RadGrid control using javascript : var grid = window[radGridId]; or document.getElementById(radGridId);.
How do i detect controls loaded dynamically with AJAX?
I am not a experienced in using Ajax. I think this is because the html-code is not rendered? For example. The ascx contains a RadGrid. I can't find the RadGrid control using javascript : var grid = window[radGridId]; or document.getElementById(radGridId);.
How do i detect controls loaded dynamically with AJAX?