MudBlazor icon indicating copy to clipboard operation
MudBlazor copied to clipboard

MudDataGrid: Add ValueChanged event to CellContext.

Open Mr-Technician opened this issue 1 year ago • 2 comments

Description

This PR adds a ValueChanged event to the CellContext for use in the EditTemplate.

How Has This Been Tested?

Working on unit tests

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [x] The PR is submitted to the correct branch (dev).
  • [x] My code follows the code style of this project.
  • [x] I've added relevant tests.

Mr-Technician avatar Nov 14 '22 16:11 Mr-Technician