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

Grid style problem in some cells

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jesús
Top achievements
Rank 1
Jesús asked on 20 Apr 2010, 04:29 PM
Hi.

I've defined a grid like this:

<telerik:RadGrid ID="radGrid" runat="server" AllowSorting="True" AllowPaging="False"  
    EnableLinqExpressions="false" BorderWidth="0" OnItemCreated="RadGrid1_ItemCreated"  
    GridLines="None" OnNeedDataSource="RadGrid1_NeedDataSource" 
    OnItemDataBound="RadGrid1_ItemDataBound" GroupingSettings-RetainGroupFootersVisibility="true"
    <PagerStyle Mode="NumericPages" /> 
    <MasterTableView Width="100%" PageSize="20" ShowGroupFooter="true"
        <Columns> 
        </Columns> 
        <ExpandCollapseColumn Visible="False"
            <HeaderStyle Width="20px" /> 
        </ExpandCollapseColumn> 
        <RowIndicatorColumn Visible="False"
            <HeaderStyle Width="20px" /> 
        </RowIndicatorColumn> 
    </MasterTableView> 
    <ClientSettings> 
        <Selecting AllowRowSelect="True" /> 
        <Scrolling ScrollHeight="400px" /> 
    </ClientSettings> 
</telerik:RadGrid> 

In some cells (see the attached screenshot file) I have a part of the separator lines defined by css in a different style than the most part of the cells.

What's the style for this part I have to add/modify into my radGrid css file?

Thx.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 21 Apr 2010, 09:10 AM
Hello,

This is a known limitation in Internet Explorer:

http://www.telerik.com/community/forums/aspnet-ajax/grid/border-not-displayed-if-cell-is-empty-in-internet-explorer.aspx

Regards,
Dimo
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
Jesús
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or