Hi,
When I update some data in the background then call a redraw() on the current mdk page to refresh the page, I noticed that only controls which have an EntitySet Target defined on those data get refreshed.
Other UI element based on a rule that gets the clientAPI.binding object do not get refreshed that way. They remain "bound" to the object entity they received when rendering the page the first time.
What am i doing wrong? How could I refresh this binding so that the UI elements are updated accordingly?
What would be the best practice to refresh all UI elements in that page?
Thanks