I have a problem with docking. I have a table-like report. I need to dock report items in group section to the left. I select all report items and select dock to left. But the order of the items changed, it shuffles report items.
Do you have any idea?
Thanks
1 Answer, 1 is accepted
0
Accepted
Svetoslav
Telerik team
answered on 17 Jun 2008, 10:29 AM
Hello Hasan ARSLAN,
As described in Dynamic Layout (Dock and Anchor) help topic, the items are "stacked" in the order they appear in its parent Items collection. This means that you have to always respect the order in which the items are added to its parent, and usually you add the item and dock it right away. Docking several items at once can cause unpredicted results.