I have a grid with a parent/child set of tables. The expand/collapse button works as expected when it is a ascx user control on a page, but when that control is placed in a web part on a page and the expend/collapse button clicked, the entire page refreshes, why?
1 Answer, 1 is accepted
0
Andrey
Telerik team
answered on 14 Mar 2013, 06:52 AM
Hello,
Most probably the problem comes from the way how you are Ajax-ifying the controls. In a standard WebForm page you add the AjaxManager control declaratively to the page, but in SharePoint web part you need to do this programmatically in code-behind as described in this help topic.
Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.