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

Refresh RadGrid from RadTabStrip

2 Answers 263 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Donatien
Top achievements
Rank 1
Donatien asked on 28 Jul 2011, 10:16 AM
Hello,

I have a RadTabStrip and I want to refresh a RadGrid when I change the selected tab.
My problem is that the Grid isn't in the TabStrip.

I have test this, and it doesn't work :
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadTabStrip1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

Can you help me please?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 29 Jul 2011, 08:46 AM
Hello Donatien,

Is your RadTabStrip configured to do postback when changing tabs? This is required to use RadAjaxManager. You can try setting AutoPostBack=true for RadTabStrip.

Regards, Peter
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
Donatien
Top achievements
Rank 1
answered on 29 Jul 2011, 10:41 AM
Thank you!

I it works now.
Tags
TabStrip
Asked by
Donatien
Top achievements
Rank 1
Answers by
Peter
Telerik team
Donatien
Top achievements
Rank 1
Share this question
or