procedure TForm1.cxVerticalGrid1Edited(Sender: TObject;
ARowProperties: TcxCustomEditorRowProperties);
begin
if Assigned(cxVerticalGrid1.InplaceEditor) then
cxVerticalGrid1.InplaceEditor.PostEditValue;
end;
procedure TForm1.cxVerticalGrid1Edited(Sender: TObject;
ARowProperties: TcxCustomEditorRowProperties);
begin
if Assigned(cxVerticalGrid1.InplaceEditor) then
cxVerticalGrid1.InplaceEditor.PostEditValue;
end;