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 Gridfeature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid exampleASP.NET Core Tree Grid exampleto knows how to present and manipulate data.