warmbooter Posted May 19, 2016 Posted May 19, 2016 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.