QtitanDataGridModel-view DataGrid component with rich functionality for Qt.C++ and PySideQtitanRibbonReplicates Microsoft RibbonUI interface for Qt.C++ and PySideQtitanNavigationDesignUIReplicates Microsoft Navigation Design interface for Qt.C++ and PySideQtitanChartCharts and Diagrams component for Qt.C++ and PySideQtitanDockingDockable Panels and Tool Bars for Qt.C++ and PySideQtitanFastInfosetXML Compressed format FastInfoset implementation for Qt.C++ and PySideRoadmap Development 2023
FireDataGridPowerful, modern, fast, DB-Aware Grid for Delphi-FiremonkeyFireDockingDelphi IDE/Visual Studio implementation of dock panels for Delphi-Firemonkey
To start editing a cell i must double click into the cell. How can i start editing with keyboard? In Excel you can start editing by press F2 oder type characters, digits etc.. I want to have the same behaviour.
Thanks
Ulrich
You can set various options for the start cell editing. For this purposes grid has GridEditorActivationPolicy enumerator and GridEditorRepository::setEditorActivationPolicy(GridEditorActivationPolicy policy) function. However, it does not provide start editing by pressing F2. To do that you need to catch F2 press event and invoke - GridViewBase::showEditor() function.
When a string cell i selected and i press a character, then the editor will displayed and the hole text is selected but the character is lost. It's the same behaviour as KeyPress_WithEating.