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

[Solved] Row expander in grid in web part refreshes entire page

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 2
David asked on 10 Mar 2013, 02:16 AM
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

Sort by
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.
Tags
Grid
Asked by
David
Top achievements
Rank 2
Answers by
Andrey
Telerik team
Share this question
or