Skip to content

DevExpress-Examples/winforms-pivotgrid-how-to-edit-and-save-cell-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Edit Pivot Grid Cells in the UI and Store Cell Values in the Underlying Data Source

This example demonstrates how to edit cells with the in-line cell editor and save the changes to the underlying data.

screenshot

The Need Verification field is displayed with a CheckEdit repository editor. The editor gets a value for display from the PivotGridControl.CustomCellValue event handler. When editing finishes, the PivotGridControl.EditValueChanged event handler calls the e.CreateDrillDownDataSource method to retrieve the underlying records and updates them.

Files to Review

Documentation

Assigning Editors for In-place Editing

More Examples

About

This example demonstrates how to edit cells with the in-line cell editor and save the changes to the underlying data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published