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
Hello Sir,
I used QtitanDataGrid6.4.0 and tested GRID_MDIApplication project in examples.
first error:
If I didn't add any row in model before grid been created, the Grid will generate debug error when I add a new row.
Screen capture in attachment
second error:
The new rows added in the way you' ve provided cann't be displayed immediately.
In this example we use a simplified version of the model - CustomDataModel, that works in readonly mode only. So you see an q_assert on adding a new item to it.
For your testing i'd suggest to try "MSOfficeMode" example that is operates with QStandardItemModel: