|
@@ -1056,10 +1056,12 @@ namespace InABox.DynamicGrid
|
|
|
return;
|
|
|
if (inplaceeditor is not null && bChanged)
|
|
|
UpdateData(inplaceeditor, DataGrid.Columns[e.RowColumnIndex.ColumnIndex].MappingName);
|
|
|
+ if (bChanged)
|
|
|
+ DoChanged();
|
|
|
bChanged = false;
|
|
|
inplaceeditor = null;
|
|
|
DataGridItems?.AcceptChanges();
|
|
|
- DoChanged();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private void UpdateData(T obj, String mappedname)
|