﻿.CellWrap
{
    text-wrap:none;
    height : 20px;
    display : none; 
}
.GridCellWrap
{
    text-wrap : normal ;
    white-space : nowrap;
    border: 2px thin lightgray;
}

