Make my rating column sortable
This commit is contained in:
parent
496830d01d
commit
c9497ef39e
2 changed files with 203 additions and 202 deletions
|
|
@ -94,6 +94,7 @@ namespace LibationWinForms.GridView
|
|||
|
||||
if (newRating == Rating) return;
|
||||
|
||||
Rating = newRating;
|
||||
EditingControlValueChanged = true;
|
||||
EditingControlDataGridView.NotifyCurrentCellDirty(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue