Hi All,
I am facing below issues in radGrid when running my page in different browser.
(1) The cell contents gets overlapped to next cell if the size of text increases then the cell width
I have tried out the below style as posted in another thread for wrapping issue of mozilla
I am facing below issues in radGrid when running my page in different browser.
(1) The cell contents gets overlapped to next cell if the size of text increases then the cell width
I have tried out the below style as posted in another thread for wrapping issue of mozilla
.GridRow_Default
td,
.GridAltRow_Default
td
{
overflow: hidden;
}
My Client settings for grid are
<Resizing ClipCellContentOnResize="true" AllowColumnResize="true" ResizeGridOnColumnResize="true" />
