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

Extra horizontal white lines coming in IE not in firefox and chrome

0 Answers 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prab
Top achievements
Rank 1
Prab asked on 25 Sep 2012, 05:40 AM
 I am using Expand and collapse group..when everything is expanded no problems coming but if collapsed first one ,remainings get affected with white lines..........only in ie and its working fine in chrome and firefox...please help me...the following code used in my project..

 
<telerik:RadGrid ID="RadGridInbox" runat="server" OnItemDataBound="RadGrid_ItemBound"
       Height="700px" AllowSorting="True" AllowMultiRowSelection="true" AllowPaging="false"
        ShowGroupPanel="false" GridLines="None" AutoGenerateColumns="false" Skin="Vista"
       OnNeedDataSource="RadGridInbox_NeedDataSource" OnItemCommand="RadGridInbox_Itemcommand"
   MasterTableView-ExpandCollapseColumn-Resizable="false">
  <MasterTableView DataKeyNames="MsgSender_DateTime" DataMember="MsgSender_DateTime"
  AllowMultiColumnSorting="false" TableLayout="Fixed" Width="100%" CellSpacing="0"
    CellPadding="0" BorderWidth="0px" GroupLoadMode="Client">
        <Columns>
...................................
...................................
.............
.....................
..................................
...........................
...................................
......................................
......................
  </Columns>
      </MasterTableView>
   <ClientSettings EnableRowHoverStyle="true" AllowGroupExpandCollapse="true" AllowExpandCollapse="true">
      <Selecting AllowRowSelect="True"></Selecting>
        <Scrolling AllowScroll="true" UseStaticHeaders="true" ScrollHeight="275px"></Scrolling>
       <ClientEvents OnRowClick="OnRowClick" OnRowMouseOut="RowMouseOut" OnGridCreating="GridCreating"
OnGroupCollapsing="GridCollapse" OnGroupExpanding="GridCollapse" />
       </ClientSettings>
        </telerik:RadGrid>

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Prab
Top achievements
Rank 1
Share this question
or