This question is locked. New answers and comments are not allowed.
Hello,
I have a RadPaneGroup which contains a RadPane with a stack panel inside... In some cases I need to hide the whole group so I use:
...which does hide the pane group, but also throws the exception:
Exception has been thrown by the target of an invocation.
Any idea why?
I have a RadPaneGroup which contains a RadPane with a stack panel inside... In some cases I need to hide the whole group so I use:
oPaneGroup.HideAllPanes()
...which does hide the pane group, but also throws the exception:
Exception has been thrown by the target of an invocation.
Any idea why?