GridView EditableColumn can update external widget ?

Hi all, I have 2 widgets, one is the kartik\grid\GridView with teams and scores inside, other is my customWidget for calculate extra-grouped-score, the score column is a editableColumn, can I upgrade customWidget after editable is saved ? ($model->save() case)

?

Thanks