Jump to content

Programmatically call Row Editor for TUniDbGrid


ikaurov

Recommended Posts

  • 1 month later...
  • 3 weeks later...

And how to make RowEditing could be activated programmaticaly only? In other words: how to make double-clicking the grid do not trigger editing?

 

Hi,

 

Try:

procedure TMainForm.UniButton1Click(Sender: TObject);
begin
  UniDBGrid1.JSInterface.JSCode('var me='#1'; ed=me.getSelectionModel().getCurrentPosition(); me.editingPlugin.startEdit(ed.row, ed.column);');
end;

Best regards,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...