Jump to content

Problem editing fields on dbgrid


warmbooter

Recommended Posts

I have a DBGrid with several columns. Three columns has Editor property defined to UniEdits and UniComboBoxes.

 

Editing a record in the grid is causing the following problems:

 

1) If RowEdit is false, hit the TAB key moves the focus to next column correctly, but when the focus goes to a column attached to an editor component, I need to do a double click with the mouse in that cell to be able to enter some text.  This is very annoying.

 

2) If RowEdit is true, I don't have the editing problem described in item1, but hitting the TAB key jumps to incorrect columns (not to the next one), and sometimes even loose the focus from the currently row.

 

Any tips?

 

Carlos

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...