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

UpdatePanelRenderMode="Inline" dont work with radtab inside radgrid

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fred Mare
Top achievements
Rank 1
Fred Mare asked on 29 Nov 2010, 10:02 PM
Hi

I have a radtab inside my formtemplate inside my radgrid. The tabs of the radtab display underneath each other when I click the create record button. I have set the updatepanelrendermode of my ajaxmanager to inline but it still doesnt work. Is there anyway I can fix this?

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" UpdatePanelsRenderMode="Inline" >
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="radGrid">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="radGrid"/>
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

Thank you
Fred

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 02 Dec 2010, 01:48 PM
Hello Fred,

The settings of the AJAX manager hardly make any difference here, because, as you have specified, the entire RadGrid is wrapped in an UpdatePanel and not the individual controls inside. The reason for this layout glitch seems to lie elsewhere. If you have any custom CSS styles applied on your page, they may be interfering.

Regards,
Veli
the Telerik team
Browse the vast support resources we have to jumpstart 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.
Tags
Grid
Asked by
Fred Mare
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or