Skip to main content
auroraj5980
September 6, 2023
Question

ID in GridRowLayout

  • September 6, 2023
  • 2 replies
  • 0 views

I need to make a gridLayout with several fields per row, in which the row number is what I indicate with a local variable, so that when saving in a rule input I can update what is already in it with what I add to the call the interface for the second time initialized again so that it does not show what is already there.
I thought I could use the id of the GridRowLayout to identify each row, but it doesn't take it, and starts the rows at id = 1.
Has something similar happened to anyone?

    2 replies

    stefanhelzle0001
    Brainy
    September 6, 2023

    Can you explain in more detail what you want to achieve, and add some code snippets and screen shots?

    auroraj5980
    September 7, 2023

    I can't add code snippets
    What I intend is to save the rows of the grid in a ri but not starting from 1, but starting the saving in the position that I indicate, since that ri reaches the interface with content that I do not show but I do not want to mess with the new ones tickets.
    I intended to use the id of the gridRowLayout but I can't access it.