Hi,   One of the possible solutions, may help, try   For now, you can use: UniDBGrid ... function edit(editor, context, eOpts)   1. UniDBGrid1 -> ClientEvents -> ExtEvents function edit(editor, context, eOpts) {   function _post () {         ajaxRequest(editor.grid, '_post', []);   }   setTimeout(_post, 200); } 2. procedure TMainForm.UniDBGrid1AjaxEvent(Sender: TComponent; EventName: string;   Params: TStrings); begin   if EventName = '_post' then   begin     if (UniDBGrid1.DataS