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>