Cell Editing
24 May 20191 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 EnableCellEditing
property to true.
@Html.EJ().Pivot().PivotGrid("PivotGrid1").EnableCellEditing(false).DataSource(.....)