Cell Editing

28 Jun 20171 minute to read

IMPORTANT

This feature is applicable only for Relational data source.

Cell editing allows you to edit and alter the values in PivotGrid. The summary values will be recreated based on the edited values. By selecting multiple cells (like in cell selection feature), you can edit multiple cells at the same time.

You can enable cell editing option in PivotGrid by setting the e-enableCellEditing property to true.

  • HTML
  • <div ng-controller="PivotGridCtrl">
        <div id="PivotGrid1" ej-pivotgrid e-enableCellEditing="true" />
    </div>