Cell editing

24 May 20191 minute to read

IMPORTANT

This feature is applicable only for the relational data source.

Cell editing allows you to edit and alter the values in the pivot grid. The summary values will be recreated based on 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 the pivot grid by setting the enableCellEditing property to true.

  • HTML
  • <div class="cols-sample-area">
    <ej:pivotGrid id="PivotGrid1" enableCellEditing="true">
    	//...
    </ej:pivotGrid>
    </div>

    Cell editing in JSP pivot grid control