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

RadAjaxManagerProxy - AjaxSetting

2 Answers 83 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
rAs1234
Top achievements
Rank 1
rAs1234 asked on 14 Feb 2011, 10:06 AM
Hello.
I need advice.

I have created a list (radgrid) and a button.
When you click on the button to load the list.

The problem is this - when I click on the button to perform the refresh.

My code is as follows -

<telerik:AjaxSetting AjaxControlID="Button1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="LoadingPanel1" />
                    <telerik:AjaxUpdatedControl ControlID="Button1" UpdatePanelRenderMode="Inline" />
                </UpdatedControls>
            </telerik:AjaxSetting>

Thanks for the advice.

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 14 Feb 2011, 11:24 AM
Hello,

Try using RadAjaxManager control instead of RadAjaxManagerProxy and see if it makes any difference.

All the best,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Emre
Top achievements
Rank 1
answered on 14 Feb 2011, 09:16 PM
no differences between proxy and manager...
i tried and i found the solution

in my project 

script manager on master page,
proxy, radgrid and radbutton on content page and radbutton doesn't fires ajaxrequest event...
when remove the proxy and add programmatically ajaxsetting to script manager it's still doesn't work!

when i change the rad button with regular asp.net button it's magically works!  :)

but the worst is, this problem takes my precious time, thanx teleriX!
Tags
Ajax
Asked by
rAs1234
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Emre
Top achievements
Rank 1
Share this question
or