If a "larger" number of objects are created, it can happen that treegrids are not updated incrementally.
Ticket #27105 can be used to inform the components about object creations via the handleTLObjectCreations API. The implementation receives a stream of the created objects. The order of the objects in the stream is currently decisive for the display.
Assume the user has created a simple tree with the root A` and the only child `B` in "one action" (commit). An existing treegrid can display this tree and should update itself incrementally accordingly. If in the stream of created objects first the object B` and then the object `A is delivered, no node is created for B`, so in particular it is not displayed in the tree, as its parent node `A has not yet been created. Unfortunately, the creation of all intermediate nodes is currently not taken into account when displaying a node.
Test
Generate demo data and then switch to the Technical Demo > Layout Framework#1 > Forms > In-App Drag and Drop view. All components must have been updated incrementally.