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?
Thank you
Fred
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