The difference is that you can use CTRL+ENTER to add multiple lines before using ENTER to confirm changes. CTRL+ENTER doesn't work on TEdit. If you add for example
CTRL+ENTER seems not working under Lazarus + qt widgets, but working with gtk2. Is it possible to adjust the row height of the current row to show all text lines ?
what is the correct moment to adjust the row height for a cell editor which needs a more higher row height? When I try to set it in OnGetCellEditorProperties, the new height is set after moving to the next cell. When to reset to the default row height? In OnCellEditDone ?