Use of EditLink in TAdvStringgrid in TMS VCL UI Pack 10.7.4.0

In the TAdvStringGrid Developerers Guide is followed Example:

procedure TForm1.AdvStringGrid1GetEditorType(Sender: TObject; aCol,
aRow: Integer; var aEditor: TEditorType);
begin case acol of
2: advstringgrid1.EditLink := EditLink1;
3: advstringgrid1.EditLink := EditLink2;
4: advstringgrid1.EditLink := EditLink3;
5: advstringgrid1.EditLink := EditLink4;
6: advstringgrid1.EditLink := EditLink5;
end;
if acol in [2,3,4,5,6] then aEditor := edCustom;
end;

But in the newest TAdvStringGrid-Version will not executed "Donediting" for EditControl=edCustom.

What is the reason for that?

We traced & solved the problem. The next update will address this.

Any news about this case? When to expect this 'next update'?
Is there a workaround? Customers have problems while using our app without this...

We released 10.7.4.1 today.