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

$find cannot find radajaxmanager

2 Answers 119 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
tony
Top achievements
Rank 1
tony asked on 10 Jun 2012, 09:05 PM
there are numerous but unhelpful threads about $find() failing to find radajaxmanager, a problem i am currently encountering after several weeks of successful operation. what must be true in order for $find() to find radajaxmanager???

i have a page with an ajaxcontrols toolkit tab. the first tab contains a grid whose rows can be selected (only 1 at a time). above the tab control is a radajaxmanager. the client onrowselected event is as follows:
    <script type="text/javascript" id="telerikClientEvents1">
//<![CDATA[
    function SaleEventsRadGrid_OnRowSelected(sender,args)
    {
  //find and set some other controls. then do the following to rebind a grid on another tab:
        $find("<=RadAjaxManager1.ClientID%>").ajaxRequest();
    }
//]]>
</script>

Error: Unable to get value of the property 'ajaxRequest': object is null or undefined

why can't $find() find radajaxmanager even though it can find any other control i wish to find? the aspx page uses a master page containing radscriptmanager.

2 Answers, 1 is accepted

Sort by
0
tony
Top achievements
Rank 1
answered on 10 Jun 2012, 09:47 PM
i can chalk up another several hours to carelessness and javascript's retrograde uselessness - somehow a % sign went missing in action.....
0
Allen
Top achievements
Rank 2
Iron
Veteran
answered on 24 Feb 2021, 02:50 PM
Thank you.  You are not alone in this travail.
Tags
Ajax
Asked by
tony
Top achievements
Rank 1
Answers by
tony
Top achievements
Rank 1
Allen
Top achievements
Rank 2
Iron
Veteran
Share this question
or