Column resizing

24 May 20191 minute to read

Allows you to resize the column by changing its width while holding and dragging the column border using the mouse.

You can enable column resizing option in the pivot grid by setting the enable-column-resizing property to true.

  • CSHTML
  • <ej-pivot-grid id="PivotGrid1" enable-column-resizing="true"></ej-pivot-grid>

    Column resizing in ASP NET Core pivot grid control