Article Details
Id:17432
Product:finPOWER Connect
Type:NEW
Version:3.03.04
Opened:02/10/2020
Closed:05/10/2020
Released:02/12/2020
Job: J025170

HTML Widgets; widget.UI.Grid; Allow text wrapping on columns so that text does not force column wide

A new "wrap" boolean option has been added for HTML Widget Grid columns.

This can be used to force a column (typically a "String" column) to wrap its content regardless of whether it contains any spaces), e.g.:

gridText.AddColumnString("Test", { caption: "Test", width: "40%", wrap: true });