Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid column auto-fit but should not exceed 200px

$
0
0
Hi,

Good morning.

Quote:

GWT version -> v9.0p_2013-07-29/PowerEdition Deployment (built 2013-07-29
I need to display "ListGrid" column as per the content width (auto-fit) but the maximum width should not exceed 200px.

I tried:

Code:

    ListGridField.setAutoFitWidth(true);
    ListGridField.setWidth("200px");

but it's not working as expected.

Is is possible to set column width as per the content and show ellipsis (...) if width is greater than 200 px?

Thanks.

Viewing all articles
Browse latest Browse all 4756

Trending Articles