Dear all, I have an interface which is composed by two sections, each

Dear all,

I have an interface which is composed by two sections, each section being defined in separate interface.
In the interface that contains the first section I have some inputs and a button which computes the rows to be populated in an editable grid placed in the second interface.
My issue is that the rows in the editable grid are updated only the first time the button is clicked, after being populated it behaves like the a!save function is not saving anything.
Does anybody have any idea regarding this?

Thank you in advance!

OriginalPostID-165781

OriginalPostID-165781

  Discussion posts and replies are publicly visible

Parents
  • Hi, does the second interface rule(which containing a grid) is called(executed) first time only after the button in first interface rule is clicked ? This is crucial because, for example, in some kinds of with-instead-of-load cases the UI will not seem to be refreshed due to the fact that a with() might cause re-initialization of some variables upon which your grid is dependent on ? Sharing your logic might help me to have better understanding the issue...
Reply
  • Hi, does the second interface rule(which containing a grid) is called(executed) first time only after the button in first interface rule is clicked ? This is crucial because, for example, in some kinds of with-instead-of-load cases the UI will not seem to be refreshed due to the fact that a with() might cause re-initialization of some variables upon which your grid is dependent on ? Sharing your logic might help me to have better understanding the issue...
Children
No Data