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

[Solved] RadWindowsManager, RadAjaxManager, RadGrid and IE 7

4 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Giovanni
Top achievements
Rank 1
Giovanni asked on 23 Mar 2009, 11:40 AM
Dear,

I have a problem with Internet Explorer 7 using in the same page the following controls :

RadWindowManager
RadAjaxManager
RadGrid

For Example, if I do a sort in the grid, it appears on the top of the page an empty space.
It is all right  with Safari and Firefox.
If I remove a control RadWindowManager or RadAjaxManager, it is all right.


Controls version: 2009_1_311

My sample:

 

<telerik:RadScriptManager ID="RadScriptManager" Runat="server">

 

 

</telerik:RadScriptManager>

 

 

 

<telerik:RadWindowManager ID="RadWindowManager" runat="server" EnableEmbeddedSkins="true" Skin="Default"

 

 

VisibleStatusbar="False" Behavior="Reload,Move,Resize" Height="500px" Width="700px" Title=""

 

 

Animation="Resize" Modal="false">

 

 

</telerik:RadWindowManager>

 

 

 

<telerik:RadAjaxManager ID="RadAjaxManager" runat="server"

 

 

DefaultLoadingPanelID="RadAjaxLoadingPanel">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="form1">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RadWindowManager"

 

 

LoadingPanelID="RadAjaxLoadingPanel" />

 

 

<telerik:AjaxUpdatedControl ControlID="RadGrid_Users" />

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

 

</telerik:RadAjaxManager>

 

 

 

 

<telerik:RadGrid ID="RadGrid_Users" runat="server" AllowPaging="True"

 

 

AllowSorting="True" AutoGenerateColumns="False" GridLines="None" Skin="Default"

 

 

EnableEmbeddedSkins="true" PageSize="4" >

 

 

<HeaderContextMenu>

 

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

 

 

</HeaderContextMenu>

 

 

<MasterTableView DataKeyNames="Id" Name="MasterTable" CellSpacing="-1">

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

</RowIndicatorColumn>

 

 

<DetailTables>

 

 

<telerik:GridTableView runat="server" AllowPaging="False" AllowSorting="False"

 

 

DataMember="Detail" ShowHeader="False" Name="Detail" Height="100%"

 

 

Width="100%" PageSize="10">

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</ExpandCollapseColumn>

 

 

<Columns>

 

 

<telerik:GridTemplateColumn UniqueName="DetailHolder">

 

 

</telerik:GridTemplateColumn>

 

 

</Columns>

 

 

<EditFormSettings>

 

 

<EditColumn CancelImageUrl="Cancel.gif" EditImageUrl="Edit.gif"

 

 

InsertImageUrl="Update.gif" UpdateImageUrl="Update.gif">

 

 

</EditColumn>

 

 

</EditFormSettings>

 

 

 

</telerik:GridTableView>

 

 

</DetailTables>

 

 

<ExpandCollapseColumn Visible="True">

 

 

</ExpandCollapseColumn>

 

 

<EditFormSettings>

 

 

<EditColumn CancelImageUrl="Cancel.gif" EditImageUrl="Edit.gif"

 

 

InsertImageUrl="Update.gif" UpdateImageUrl="Update.gif">

 

 

</EditColumn>

 

 

</EditFormSettings>

 

 

<PagerStyle Mode="NextPrev" />

 

 

</MasterTableView>

 

 

<ClientSettings>

 

 

<Selecting AllowRowSelect="True" />

 

 

</ClientSettings>

 

 

<FilterMenu>

 

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

 

 

</FilterMenu>

 

 

</telerik:RadGrid>

 



Thanks

4 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 26 Mar 2009, 07:44 AM
Hello Giovanni ,

Try setting UpdatePanelsRenderMode="Inline" for the RadAjaxManager and see if it helps. If you still experience the same problem after that, it will be best to open a support ticket and to send us a full project that reproduces your setup and the issue itself. We will check it and do our best to help.


Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Giovanni
Top achievements
Rank 1
answered on 26 Mar 2009, 08:54 AM
Thanks!!!
Now all are ok!

Thanks again.
0
Giovanni
Top achievements
Rank 1
answered on 29 Jul 2009, 01:04 PM
Hi,
now i have the same problem but using radAjaxManagerProxy and IE 8!
Like the previous problem, safari and firefox are ok.

Thanks.
0
Iana Tsolova
Telerik team
answered on 30 Jul 2009, 10:52 AM
Hi Giovanni ,

Setting the UpdatePanelsRenderMode property for the RadAjaxManager works for all ajax settings, e.g. for the manager and for the proxy AjaxSettings. However, please make sure that on top of the page you not have ajaxified controls which are not visible on the page, like RadWindowManager or hidden fields.

Give it a try and let me know if it works.
 
Best wishes,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Giovanni
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Giovanni
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or