Tree control in modal dialog

If a modal dialog consist only of a tree control, RowStates request is not sent and the action buttons are not shown.

The problem is solved with proper model. The UI has to contain a hidden empty section with the same entity and it has to be placed after the tree control in the UI hierarchy. The hidden section will mirror selected item from the tree control and provide the action buttons.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.