Make my rating column sortable

This commit is contained in:
Michael Bucari-Tovo 2022-12-30 19:44:16 -07:00
parent 496830d01d
commit c9497ef39e
2 changed files with 203 additions and 202 deletions

View file

@ -94,6 +94,7 @@ namespace LibationWinForms.GridView
if (newRating == Rating) return;
Rating = newRating;
EditingControlValueChanged = true;
EditingControlDataGridView.NotifyCurrentCellDirty(true);
}