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
we are using 5.13.0 version of QtitanDataGrid.
We have checked the API(setSelectionPolicy(GridSelectionPolicy policy)) provided for enabling the multiple row selection, multiple cell selection, but we have not found any enum/API which allowed multiple column selections.
Could you please let us know which API we need to use so that multiple columns selection is possible.
Grid does not have a special mode for selecting cells in a column. Implied that the selection of columns is a special case of the multiple cells selection.
I would suggest to catch the click on the table header via the columnClicked (ColumnClickEventArgs * args); and select the cells under the column: