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?
Discussion posts and replies are publicly visible
Can you explain in more detail what you want to achieve, and add some code snippets and screen shots?
I can't add code snippetsWhat 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.