Hi,
in my scenario i've used AjaxManager inside Master page and AjaxManagerProxy inside the content page. I would to know the best approch to ajaxify the radlistview (sorting, paging) inside the content page considering that in the master page there is radbutton that update radlistview.
Hello, thanks for answer. I have some content page that contains radlistview. Another approch can be to ajaxify the contentplaceholder in the master page like this?
<telerik:RadAjaxManager>
<AjaxSettings>
for this you can use below code.
but for this if content page have list control then it's ID is "ListControlID".
In addition its better to set list control's iD in place of contentplaceholder id....
NOTE : i suggest you can manage this thing from content page....which was showed in above solution.