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

MAster page with radcodeblock

0 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lakmal
Top achievements
Rank 2
lakmal asked on 15 Feb 2010, 01:18 PM
Hi,

I have introduce master page for my page. after that my radcodeblock is not working why that

<telerik:radcodeblock ID="RadCodeBlock1" runat="server">
            <script type="text/javascript">
           
            function refreshGrid(arg)
            {
             if(!arg)
             {
             $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("Rebind");            
                }
                else
                {
             $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("RebindAndNavigate");            
                }
            }
            
            function OnSelecting(sender, args)
               {
                   $get("<%= previousTabHidden.ClientID%>").value = sender.get_selectedTab().get_text();
               }
   
           
            </script>
             </telerik:RadCodeBlock>




lakmal

No answers yet. Maybe you can help?

Tags
Grid
Asked by
lakmal
Top achievements
Rank 2
Share this question
or