Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

Don't allow the to wrap the data in radgrid cell

$
0
0

The answer I found was to add the max-width property to the css:

I have used:

    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

 

This has given me what Hrushikesh seemed to be asking about.


Viewing all articles
Browse latest Browse all 84751

Trending Articles