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
I want to clear grouping programatically using context menu actions.
I have added following code on my context menu action:
m_grid->view<Qtitan::GridTableView>()->modelController()->clearGrouping();
But this is just removing grouping but the GroupBox on top of column header is still showing the selected columns. I have tried various ways to update the groupBox header. Please let me know how to update the Gropbox. PLease find attached image.