Forum
Sign Up
× DataGrid for Qt.C++

How to keep all the cells of grid in edit mode

7 years 2 months ago #1 by Chaitanya
I have a requirement to keep all cells of the grid in edit mode once user clicks on the Edit button. I am currently using the below code to set each column in my grid to edit mode. But when the user wants to edit different cells in the grid, they are forced to double click on each cell to edit it instead of being able to edit each column by doing tab and typing the data.
Request you to help me with this requirement.

Qtitan::GridBandedTableColumn* column = (Qtitan::GridBandedTableColumn *)view->getColumnByModelColumnName("XYZ");
column->editorRepository()->setEditable(true);

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

More
7 years 2 months ago #2 by Developer Machines
I'd suggest to change editor activation policy like this:
column->editorRepository()->setEditorActivationPolicy(AnyEvents);

See www.devmachines.com/productdocs/grid/gri...ationPolicyFlag-enum for the details.

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.125 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 )