I am trying to access the radcombobox on my page from javascript, when the page is finished loading, using javascript and when I make a reference to the control using the following:
var radDdlGraphics = $find('radDdlGraphics');
It comes back as being null, which is weird, because I try to change a value within dropdown on the page itself. It fires the onchange event and references the object the same way.
Any ideas on why this doesn't work in the window.onload and yet works when the page is loaded, I would have thought they work the same way, but that is not the case.
var radDdlGraphics = $find('radDdlGraphics');
It comes back as being null, which is weird, because I try to change a value within dropdown on the page itself. It fires the onchange event and references the object the same way.
Any ideas on why this doesn't work in the window.onload and yet works when the page is loaded, I would have thought they work the same way, but that is not the case.