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

IE 6 Issues

4 Answers 160 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wendelstam
Top achievements
Rank 1
Wendelstam asked on 17 Jan 2008, 03:03 PM
Hi

I have an application that is tested and works great in IE7 and Firefox2. But when i use IE6. I get some weird formatting errors. See pictures in link

http://www.meridix.se/temp/gridie6.jpg
http://www.meridix.se/temp/gridie6_2.jpg

I use the 1314 release.

Here are the code, any one got a clue? I can disable some settings when the browser is IE6 if thats the problem, but which ones?

The first pictures
<telerik:radgrid id="RadGrid1" runat="server" allowsorting="True" datasourceid="ObjectDataSourceBasicReportDataSet" 
                                            allowmultirowselection="True" groupingenabled="False" meta:resourcekey="RadGrid1Resource1" 
                                            onsortcommand="RadGrid1_SortCommand" backcolor="White" horizontalalign="Left" 
                                            allowpaging="True" pagesize="50" showdesigntimesmarttagmessage="False" skin="Default2006" 
                                            gridlines="None" height="400px" enableembeddedskins="False" width="600px" onitemdatabound="RadGrid1_ItemDataBound" 
                                            enableembeddedbasestylesheet="False" ImagesPath="~/Skins/Default2006/Img">  
                                            <filtermenu notselectedimageurl="Skins\NotSelectedMenu.gif"   
                                            selectedimageurl="Skins\SelectedMenu.gif">  
                                            </filtermenu> 
                                            <sortingsettings sorttooltip="" /> 
                                            <clientsettings reordercolumnsonclient="True" allowkeyboardnavigation="True" allowcolumnsreorder="True">  
                            <Selecting AllowRowSelect="True" /> 
                            <Scrolling AllowScroll="True" UseStaticHeaders="True" /> 
                            <Resizing AllowColumnResize="True" AllowRowResize="False" EnableRealTimeResize="True" 
                                ResizeGridOnColumnResize="True" ClipCellContentOnResize="False" /> 
                        </clientsettings> 
                                            <exportsettings> 
                                                <pdf fonttype="Subset" papersize="Letter" /> 
                                                <excel format="Html" /> 
                                            </exportsettings> 
                                            <itemstyle wrap="false" /> 
                                            <PagerStyle FirstPageImageUrl="Skins\PagingFirst.gif"   
                                            LastPageImageUrl="Skins\PagingLast.gif" NextPageImageUrl="Skins\PagingNext.gif"   
                                            PrevPageImageUrl="Skins\PagingPrev.gif" /> 
                                            <mastertableview tablelayout="Auto" datasourceid="ObjectDataSourceBasicReportDataSet">  
                                                <PagerStyle FirstPageImageUrl="~/Skins\PagingFirst.gif"   
                                            LastPageImageUrl="~/Skins\PagingLast.gif"   
                                            NextPageImageUrl="~/Skins\PagingNext.gif"   
                                            PrevPageImageUrl="~/Skins\PagingPrev.gif" /> 
                            <ExpandCollapseColumn Visible="False" Resizable="False"   
                                            collapseimageurl="~/Skins/Default2006/Img\SingleMinus.gif"   
                                            expandimageurl="~/Skins/Default2006/Img\SinglePlus.gif"   
                                            filterimageurl="~/Skins/Default2006/Img\Filter.gif"   
                                            sortascimageurl="~/Skins/Default2006/Img\SortAsc.gif"   
                                            sortdescimageurl="~/Skins/Default2006/Img\SortDesc.gif">  
                                <HeaderStyle Width="20px" /> 
                            </ExpandCollapseColumn> 
                                                <editformsettings> 
                                                    <editcolumn cancelimageurl="~/Skins\Cancel.gif"   
                                            currentfilterfunction="NoFilter" editimageurl="~/Skins\Edit.gif"   
                                            filterimageurl="~/Skins\Filter.gif" filterlistoptions="VaryByDataType"   
                                            insertimageurl="~/Skins\Insert.gif" sortascimageurl="~/Skins\SortAsc.gif"   
                                            sortdescimageurl="~/Skins\SortDesc.gif" updateimageurl="~/Skins\Update.gif">  
                                                    </editcolumn> 
                                                </editformsettings> 
                            <RowIndicatorColumn filterimageurl="~/Skins/Default2006/Img\Filter.gif"   
                                            sortascimageurl="~/Skins/Default2006/Img\SortAsc.gif"   
                                            sortdescimageurl="~/Skins/Default2006/Img\SortDesc.gif">  
                                <HeaderStyle Width="20px" /> 
                            </RowIndicatorColumn> 
                                                <commanditemsettings addnewrecordimageurl="~/Skins\AddRecord.gif"   
                                            refreshimageurl="~/Skins\Refresh.gif" /> 
                        </mastertableview> 
                                        </telerik:radgrid> 


The second pictures code

<telerik:radgrid id="RadGrid1" runat="server" allowsorting="True" allowmultirowselection="True" 
                        groupingenabled="False" onitemdatabound="RadGrid_ItemDataBound" onselectedindexchanged="RadGrid_SelectedIndexChanged" 
                        meta:resourcekey="RadGrid1Resource1" ondatabound="RadGrid_DataBound" onsortcommand="RadGrid_SortCommand" 
                        backcolor="White" horizontalalign="Left" allowpaging="True" pagesize="50" showdesigntimesmarttagmessage="False" 
                        skin="Default2006" gridlines="None" height="95%" enableembeddedbasestylesheet="False" 
                        enableembeddedskins="False" DataSourceID="objectDataSourceReportDataSet"   
                        ImagesPath="~/Skins/Default2006/Img">  
                        <filtermenu notselectedimageurl="~/Skins/Default2006/Img\NotSelectedMenu.gif"   
                            selectedimageurl="~/Skins/Default2006/Img\SelectedMenu.gif">  
                        </filtermenu> 
                        <sortingsettings sorttooltip="" /> 
                        <clientsettings reordercolumnsonclient="True" allowkeyboardnavigation="True" allowcolumnsreorder="True">  
                            <Selecting AllowRowSelect="True" /> 
                            <Scrolling AllowScroll="True" UseStaticHeaders="True"/>  
                                            <Resizing AllowColumnResize="True" AllowRowResize="false" EnableRealTimeResize="True" 
                    ResizeGridOnColumnResize="True" ClipCellContentOnResize="False" /> 
                        </clientsettings> 
                        <exportsettings> 
                            <pdf fonttype="Subset" papersize="Letter" /> 
                            <excel format="Html" /> 
                        </exportsettings> 
                        <itemstyle wrap="false" /> 
                        <PagerStyle FirstPageImageUrl="~/Skins/Default2006/Img\PagingFirst.gif"   
                            LastPageImageUrl="~/Skins/Default2006/Img\PagingLast.gif"   
                            NextPageImageUrl="~/Skins/Default2006/Img\PagingNext.gif"   
                            PrevPageImageUrl="~/Skins/Default2006/Img\PagingPrev.gif" /> 
                        <mastertableview tablelayout="Auto" datasourceid="objectDataSourceReportDataSet">  
                            <ExpandCollapseColumn Visible="False" Resizable="False">  
                                <HeaderStyle Width="20px" /> 
                            </ExpandCollapseColumn> 
                            <editformsettings> 
                            </editformsettings> 
                            <commanditemsettings addnewrecordimageurl="~/Skins\AddRecord.gif"   
                                refreshimageurl="~/Skins\Refresh.gif" /> 
                        </mastertableview> 
                    </telerik:radgrid> 

Thanks in advance

Johan

4 Answers, 1 is accepted

Sort by
0
Wendelstam
Top achievements
Rank 1
answered on 18 Jan 2008, 09:14 AM
Hi after some debugging i found out that by diable some of the client feautures it works in IE 6 aswell.

            grid.ClientSettings.Scrolling.UseStaticHeaders = false;  
            grid.ClientSettings.ReorderColumnsOnClient = false

/Johan
0
Sebastian
Telerik team
answered on 18 Jan 2008, 09:28 AM
Hello Wendelstam,

Can you please check whether setting MasterTableView -> TableLayout = Fixed for both grids eliminates the unwanted effect? Note that with TableLayout = Auto setting the grid width will be dependable on the size of the column content.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Wendelstam
Top achievements
Rank 1
answered on 18 Jan 2008, 09:41 AM
No It didnt help at all, got almost the same effect on the (first one: pic 1) and the second was exactly the same.

On the first one it looked almost the same but only the first column were visible. All headers were still there.

/Johan
0
Sebastian
Telerik team
answered on 21 Jan 2008, 04:51 PM
Hello Wendelstam,

Does removing the HorizontalAlign = Left setting from the grid makes a difference? Is it possible that you changed something from the Default2006 definition which produces the unwanted effect?

If these directions were not helpful, I suggest you assembly a small working version of your project, demonstrating the visual discrepancy, and sent it enclosed to a formal support ticket. I will examine it in detail and will get around to you with more info.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Wendelstam
Top achievements
Rank 1
Answers by
Wendelstam
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or