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

[Solved] RadGrid flickers in IE6 and Processor Usage goes to 100%

2 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ilshat
Top achievements
Rank 1
Ilshat asked on 08 Feb 2008, 12:52 AM
<telerik:RadGrid ID="radGrid" runat="server" AllowSorting="True"   
                      DataSourceID="SqlDataSource1" 
                      AllowMultiRowSelection="True"   
                      AllowPaging="True" PageSize="5" 
                      OnSortCommand="radLeadGrid_OnSortCommand" Skin="Default2006"   
        AllowFilteringByColumn="False">  
                        
                <ExportSettings> 
                    <Pdf PaperSize="A4"  FontType="Subset" PageHeight="210mm" PageWidth="297mm"></Pdf> 
                    <Excel Format="Html"></Excel> 
                </ExportSettings> 
                  
                <PagerStyle  
                    Mode="NextPrevAndNumeric" 
                    PagerTextFormat="  Page {0} of {1} | {4}| Items {2} to {3} of {5}" 
                    Position="Bottom" /> 
 
                <MasterTableView   
                    CurrentResetPageIndexAction="SetPageIndexToFirst"   
                    Dir="LTR"   
                    Frame="Border" 
                    CommandItemDisplay="None"   
                    TableLayout="Auto" 
                    HeaderStyle-Wrap="false" ItemStyle-Wrap="false" CellPadding="2" 
                    NoMasterRecordsText="There are currently no data available for the criteria specified." 
                      
                    > 
                      
                    <Columns> 
                        <telerik:GridClientSelectColumn UniqueName="rowSelect"></telerik:GridClientSelectColumn>                                                   
                    </Columns> 
                  
                      
                    <RowIndicatorColumn CurrentFilterFunction="NoFilter"   
                        FilterListOptions="VaryByDataType" Visible="False">  
                        <HeaderStyle Width="20px" /> 
                    </RowIndicatorColumn> 
                      
                    <ExpandCollapseColumn CurrentFilterFunction="NoFilter"   
                        FilterListOptions="VaryByDataType" Resizable="False" Visible="False">  
                        <HeaderStyle Width="20px" /> 
                    </ExpandCollapseColumn> 
                      
                    <EditFormSettings> 
                        <EditColumn CurrentFilterFunction="NoFilter" FilterListOptions="VaryByDataType">  
                        </EditColumn> 
                    </EditFormSettings> 
 
<ItemStyle Wrap="False"></ItemStyle> 
 
<HeaderStyle Wrap="False"></HeaderStyle> 
                </MasterTableView> 
                  
                <ClientSettings> 
                    <Scrolling   
                        UseStaticHeaders="True"   
                        SaveScrollPosition="true" 
                        AllowScroll="true" />                          
                    <Selecting   
                        AllowRowSelect="True" /> 
                    <Resizing   
                        AllowColumnResize="True" />            
                     <ClientEvents OnRowDblClick="radLeadGrid_RowDblClick" />                 
                </ClientSettings>                  
    </telerik:RadGrid>  

Hi!
I found that once number of records is small in resultset (I put 5 item for page), IE6 behaves very strange - RadGrid flickers and CPU usage goes to 100%. Sometime browser crashes.

But once I change UseStaticHeaders="True" to "False" - it dowesn't crash, but "Pager" part just appends to the last record and I need to scroll to find page selector.

I don't know if it's important - number and width of columns are creating horizontal scrollbar as well.

Please fix this issue!
Thanks, Ilshat

2 Answers, 1 is accepted

Sort by
0
Ilshat
Top achievements
Rank 1
answered on 09 Feb 2008, 12:53 AM
I found that same issue already reported!
That means something wrong with StaticHeader="True" with IE6 !
I would like to know if issue will be resolved as it influences our purchase decision.
Thanks, Ilshat
0
Sebastian
Telerik team
answered on 11 Feb 2008, 08:35 AM
Hi Ilshat,

Unfortunately the customer from the forum post you pointed have not submitted a sample project illustrating the odd issue with scrolling and static headers enabled. Can you please check whether the suggestion from the thread for the fixed layout (MasterTableView -> TableLayout = Fixed) eliminates problem?

If the issue remains, the best means to progress in our investigation is to prepare a stripped working version of your project and send it enclosed to this forum post. I will debug the example locally and will get back to you with more info on the subject.

Best regards,
Stephen
the Telerik team

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