Hello, Try this approach: procedure TfrmMain.UniFormCreate(Sender: TObject); begin with UniDBGrid1, UniDBGrid1.JSInterface do if RowEditor then JSConfigPlugin('Ext.grid.plugin.RowEditing', ['saveBtnText', 'Save!', 'cancelBtnText', 'Cancel!']) end;  
    • Like
    1