Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
CSS Issue with Infragistics 2010.1 with Null cell values
posted

Hello,

We are in the process of updating an application to the latest version of the Infragistics tools and have ran into a problem with the WebDataGrid.  Cells with no text are rendering with a white border rather than the colored border other cells are receiving.  There have been no css changes since 2009.2 and it worked fine in that version.  Any ideas besides making all of my borders white?

Here are some pertinent css definitions

tbody.igg_ItemIE6 tr td
{
    border:solid 1px #D8D8D8;
    background-color: #F5F5F5;
    padding:5px 8px 5px 8px;
    overflow: hidden;
    height: 20px;
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Verdana, Segoe UI;
    font-size: 9pt;
}


tbody.igg_Item>tr>td
{
    border:solid 1px #D8D8D8;
    background-color: #F5F5F5;
    padding:5px 8px 5px 8px;
    overflow: hidden;
    height: 20px;
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Verdana, Segoe UI;
    font-size: 9pt;
}

tbody tr.igg_AltIE6 td
{
    border:solid 1px #D8D8D8;
    background-color:#F0F8FF;
    padding:5px 8px 5px 8px;
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Verdana, Segoe UI;
    font-size: 9pt;
}


tbody>tr.igg_Alt>td
{
    border:solid 1px #D8D8D8;
    background-color:#F0F8FF;
    padding:5px 8px 5px 8px;
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Verdana, Segoe UI;
    font-size: 9pt;
}