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

Problem with CSS in IE

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Santy.e
Top achievements
Rank 1
Santy.e asked on 15 Apr 2009, 03:44 PM
Hello....
I have a problem with the styles of my RadGrid....
in Firefox this work perfectly,  but in IE does not show any style....
This is Urgent, plz i need help!!

look my code of my RadGrid:::

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                                                                                                                <AjaxSettings>
                                                                                                                    <telerik:AjaxSetting AjaxControlID="grvFields">
                                                                                                                    </telerik:AjaxSetting>
                                                                                                                    <telerik:AjaxSetting AjaxControlID="grvFields">
                                                                                                                        <UpdatedControls>
                                                                                                                            <telerik:AjaxUpdatedControl ControlID="grvFields" LoadingPanelID="RadAjaxLoadingPanel1" />
                                                                                                                        </UpdatedControls>
                                                                                                                    </telerik:AjaxSetting>
                                                                                                                </AjaxSettings>
                                                                                                            </telerik:RadAjaxManager>
                                                                                                            <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"
                                                                                                                Width="75px">
                                                                                                                <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'
                                                                                                                    style="border: 0px;" />
                                                                                                            </telerik:RadAjaxLoadingPanel>
                                                                                                            <telerik:RadGrid ID="grvFields" runat="server" AllowFilteringByColumn="True" AllowPaging="True"
                                                                                                                AllowSorting="True" PageSize="5" Skin="Office2007" Width="100%" AutoGenerateColumns="False"
                                                                                                                AllowMultiRowSelection="True" GridLines="None" ShowFooter="True" ShowGroupPanel="True"
                                                                                                                ShowStatusBar="True">
                                                                                                                <GroupPanel Text="Mueva a esta posici&#243;n una columna y sueltela para agrupar por ella.">
                                                                                                                </GroupPanel>
                                                                                                                <PagerStyle Mode="NumericPages" />
                                                                                                                <MasterTableView EditMode="InPlace" Width="100%">
                                                                                                                    <RowIndicatorColumn Visible="True">
                                                                                                                        <HeaderStyle Width="20px" />
                                                                                                                    </RowIndicatorColumn>
                                                                                                                    <ExpandCollapseColumn>
                                                                                                                        <HeaderStyle Width="20px" />
                                                                                                                    </ExpandCollapseColumn>
                                                                                                                </MasterTableView>
                                                                                                                <HeaderStyle Font-Size="X-Small" HorizontalAlign="Center" Wrap="True" />
                                                                                                                <ClientSettings AllowColumnsReorder="True" AllowDragToGroup="True" ReorderColumnsOnClient="True">
                                                                                                                    <Selecting AllowRowSelect="True" />
                                                                                                                    <ClientMessages DragToGroupOrReorder="Trae la columna para ordenar." DragToResize="Mueve para ajustar tamano."
                                                                                                                        DropHereToReorder="Suelta para ordenar." PagerTooltipFormatString="P&#225;gina: &lt;b&gt;{0}&lt;/b&gt; fuera de &lt;b&gt;{1}&lt;/b&gt; p&#225;ginas" />
                                                                                                                    <Resizing AllowColumnResize="True" AllowRowResize="True" EnableRealTimeResize="True"
                                                                                                                        ResizeGridOnColumnResize="True" />
                                                                                                                </ClientSettings>
                                                                                                                <FilterMenu EnableTheming="True" Skin="Office2007">
                                                                                                                    <CollapseAnimation Duration="200" Type="OutQuint" />
                                                                                                                </FilterMenu>
                                                                                                                <SortingSettings SortedAscToolTip="El ordenamiento actual es ascendente." SortedDescToolTip="El ordenamiento actual es descendente."
                                                                                                                    SortToolTip="Presione aqu&#237; para organizar." />
                                                                                                                <StatusBarSettings LoadingText="Cargando..." ReadyText="Listo" />
                                                                                                            </telerik:RadGrid>

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Apr 2009, 03:56 PM
Hi Santy.e,

There is nothing wrong with the RadGrid declaration. Please note that Internet Explorer is unable to handle more than 32 CSS files. If you have many controls on the page and need to register a lot of different skins (CSS files), please use RadStyleSheetManager to combine all embedded skins into a single request.

http://www.telerik.com/help/aspnet-ajax/radstylesheetmanager.html

Kind regards,
Dimo
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
Grid
Asked by
Santy.e
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or