Forum
Sign Up
× DataGrid for Qt.C++

How can I remove a row freely from a grid.

1 year 11 months ago - 1 year 11 months ago #1 by jia
Hi there!

I am currently having a issues using QtitanDataGrid7.1.0, I'll remove a row from grid,like this.
      GridTableView* view = m_grid->view<Qtitan::GridTableView>();
      GridRow row = view->getRow(0);
      view->removeRow(row);
But the grid always show "Data Error. Can't remove row".
I try using these methords
   bool removeRow(const GridRow& row);
    bool removeRows(const GridRow& row, int count);
    bool removeRowByIndex(int rowIndex);
    bool removeRowsByIndex(int rowIndex, int count);

     view->model()->removeRow(row);
These all didn't work.
How can I remove a row freely.

Thanks a lot in advance,
BR,

Yimin
Attachments:
Last edit: 1 year 11 months ago by jia.

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #2 by Developer Machines
This error message occurs when the model does not support deletion. It is in the read-only state. What model are you using? Also, you can delete the row directly in the model and the grid will update automatically.

doc.qt.io/qt-5/qabstractitemmodel.html#removeRow
The following user(s) said Thank You: jia

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.131 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )