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
Hi,
when i start a dialog with a QtableView inside, then no cell is highlighted. Is there a grid inside, then the first row is highlighted. For an overview table i need a flag to disable the highlighting at startup. Only if the user select a row it should be highlighted.
We can thought to add the ability to remove the focused row at all. Like this -
GridTableView::setFocusedRowIndex(-1);
At the moment, the row that has the focus is always there.