saulgreenberg / TimelapseDeprecatedPre2.3

Timelapse Image Analysis Tool
Other
1 stars 0 forks source link

TemplateEditor: datagrid cell changes don't always update the database #9

Closed saulgreenberg closed 7 years ago

saulgreenberg commented 7 years ago

If a user edits a field but then clicks to another field (rather than pressing return), a RowChanged event is not triggered, which means that the database won't be updated.

Likely fix: add a CommitEdit whenever the cell finishes editing. Ideally this is only done if the cell contents actually differ.

saulgreenberg commented 7 years ago

Fixed in commit cccd417