Hi,
Good morning.
I need to display "ListGrid" column as per the content width (auto-fit) but the maximum width should not exceed 200px.
I tried:
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.
Good morning.
Quote:
|
GWT version -> v9.0p_2013-07-29/PowerEdition Deployment (built 2013-07-29 |
I tried:
Code:
ListGridField.setAutoFitWidth(true);
ListGridField.setWidth("200px");Is is possible to set column width as per the content and show ellipsis (...) if width is greater than 200 px?
Thanks.