Auto Wrap in ASP.NET Core Tree Grid Component

18 Nov 20181 minute to read

The auto wrap allows the cell content of the treegrid to wrap to the next line when it exceeds the boundary of the cell width. The Cell Content wrapping works based on the position of white space between words. To enable auto wrap, set the allowTextWrap property to true.

NOTE

When a column width is not specified, then auto wrap of columns will be adjusted with respect to the treegrid’s width.

NOTE

You can refer to our ASP.NET Core Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid example ASP.NET Core Tree Grid example to knows how to present and manipulate data.