AutoFit Specific Columns in ASP.NET MVC Tree Grid Component
18 Nov 20181 minute to read
The autoFitColumns method resizes the column to fit the widest cell’s content without wrapping. You can autofit a specific column at initial rendering by invoking the autoFitColumns method in DataBound event.
NOTE
You can autofit all the columns by invoking the
autoFitColumnsmethod without column names.
You can refer to ourASP.NET MVC Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore ourASP.NET MVC Tree Grid exampleto knows how to present and manipulate data.