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

vertical scrollbar issue in ie7

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
nsrikanth 2009
Top achievements
Rank 1
nsrikanth 2009 asked on 31 May 2010, 02:26 PM

hi

this is srikanth

When I move my mouse around on the grid there is a vertical scroll bar which appears and disappears very fast.

<telerik:RadGrid ID="RG" Skin="WebBlue" runat="server" Width="100%" AutoGenerateColumns="False"
                                                            EnableTheming="True" OnItemCreated="RG_ItemCreated" OnSelectedIndexChanged="RG_SelectedIndexChanged"
                                                            AllowMultiRowSelection="True" OnItemDataBound="RG_ItemDataBound" AllowSorting="true"
                                                            OnPreRender="RG_PreRender" OnNeedDataSource="RG_NeedDataSource">
                                                            <MasterTableView HierarchyLoadMode="Client" TableLayout=fixed  ClientDataKeyNames="InvPrimaryId"
                                                                AllowSorting="true" Width="800px">
                                                                <NestedViewTemplate>
                                                                    <asp:Panel ID="pnlnestedview" runat="server">
                                                                        <table ondblclick="RadGrid1_OnRowDblClick()">
                                                                            <td style="width: 2px">
                                                                            </td>
                                                                            <td>
                                                                                <table class="CustomGridTableBorder" width="650px" style="background: window">
                                                                                    <tr>
                                                                                        <td align="right" class="CustomGridtextboxlabel">
                                                                                            <asp:Label ID="LabelH1" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td align="left" class="CustomGridtextboxlabelleft">
                                                                                            <asp:Label ID="LabelD1" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td>
                                                                                        </td>
                                                                                        <td align="right" class="CustomGridtextboxlabel">
                                                                                            <asp:Label ID="LabelH2" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td align="left" class="CustomGridtextboxlabelleft">
                                                                                            <asp:Label ID="LabelD2" runat="server"></asp:Label>
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td align="right" class="CustomGridtextboxlabel">
                                                                                            <asp:Label ID="LabelH3" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td align="left" class="CustomGridtextboxlabelleft">
                                                                                            <asp:Label ID="LabelD3" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td>
                                                                                        </td>
                                                                                        <td align="right" class="CustomGridtextboxlabel">
                                                                                            <asp:Label ID="LabelH4" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td align="left" class="CustomGridtextboxlabelleft">
                                                                                            <asp:Label ID="LabelD4" runat="server"></asp:Label>
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td align="right" class="CustomGridtextboxlabel">
                                                                                            <asp:Label ID="LabelH5" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td align="left" class="CustomGridtextboxlabelleft">
                                                                                            <asp:Label ID="LabelD5" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td>
                                                                                        </td>
                                                                                        <td align="right" class="CustomGridtextboxlabel">
                                                                                            <asp:Label ID="LabelH6" runat="server"></asp:Label>
                                                                                        </td>
                                                                                        <td align="left" class="CustomGridtextboxlabelleft">
                                                                                            <asp:Label ID="LabelD6" runat="server"></asp:Label>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </table>
                                                                    </asp:Panel>
                                                                </NestedViewTemplate>
                                                                <ExpandCollapseColumn Visible="True">
                                                                </ExpandCollapseColumn>
                                                                <PagerStyle AlwaysVisible="True" />
                                                                <RowIndicatorColumn Visible="true">
                                                                </RowIndicatorColumn>
                                                            </MasterTableView>
                                                            <PagerStyle AlwaysVisible="True" />
                                                            <HeaderStyle CssClass="RadGridHeader" />
                                                            <ItemStyle CssClass="RadGridItem" />
                                                            <AlternatingItemStyle CssClass="RadGridAlterNativeItem" />
                                                            <ClientSettings>
                                                                <ClientEvents OnHierarchyExpanding="RadGrid1_HierarchyExpanding" OnRowSelecting="RadGrid1_OnRowSelecting"
                                                                    OnRowDeselecting="RadGrid1_OnRowDeselecting" OnRowDblClick="RadGrid1_OnRowDblClick" OnGridCreated="GridCreated"   />
                                                                <Selecting AllowRowSelect="True" />
                                                                <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True" FrozenColumnsCount="1" >
                                                                </Scrolling>
                                                            </ClientSettings>
                                                        </telerik:RadGrid>


thanks and regards
srikanth.n


1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 03 Jun 2010, 09:58 AM
Hi nsrikanth 2009,

Thanks for the sample code. However, we cannot reproduce the behavior you are describing.
I took the sample code you provided and put it in a sample page following a similar scenario you have.
I am attaching the page for your reference. Please let me know if you manage to reproduce what you are getting in this project, and what steps to follow, so that we can test it too.

Sincerely yours,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
nsrikanth 2009
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or