• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Resizing in ASP.NET Core Tree Grid Control

This sample demonstrates the TreeGrid column resizing feature. Click and drag at the right corner of each column header to resize the column.

DEMO
SOURCE

The TreeGrid columns can be resized by clicking and dragging at the right edge of columns header. Set allowResizing property as true, to enable column resizing behavior in treegrid. You can also prevent the resize of the particular column by setting columns->allowResizing as false in columns definition.



More information on the data binding can be found in this documentation section.