Hello, we have an issue with the placeholder where it inactivates when it's parent window receives focus.
This is the scenario:
We created a dummy rad window with a rad button in it
In the main window, which is also a RadWindow, the HtmlPlaceHolder works properly when the dummy window receives focus, but when the other RadWindow containing the HTMLPlaceHolder receives focus again, the placeholder is deactivited and the only way activate it again is to repeat the procedure.
We are using a pretty old version of the binaries (2012_2_1009_DEV_hotfix) since we haven't had any chance to upgrade to a newer version.
Do you have a suggestion for how to solve this? We have tried calling "InvalidateArrange" on the HTMLPlaceHolder when the parent window gets focus but it doesn't help.
The structure containing the PlaceHolder looks something like this, if it helps:
RadWindow - RadDocking - RadSplitContainer - RadPaneGroup - RadPane - UserControl - StackPanel - Grid - StackPanel - Border - HtmlPlaceHolder
This is the scenario:
We created a dummy rad window with a rad button in it
In the main window, which is also a RadWindow, the HtmlPlaceHolder works properly when the dummy window receives focus, but when the other RadWindow containing the HTMLPlaceHolder receives focus again, the placeholder is deactivited and the only way activate it again is to repeat the procedure.
We are using a pretty old version of the binaries (2012_2_1009_DEV_hotfix) since we haven't had any chance to upgrade to a newer version.
Do you have a suggestion for how to solve this? We have tried calling "InvalidateArrange" on the HTMLPlaceHolder when the parent window gets focus but it doesn't help.
The structure containing the PlaceHolder looks something like this, if it helps:
RadWindow - RadDocking - RadSplitContainer - RadPaneGroup - RadPane - UserControl - StackPanel - Grid - StackPanel - Border - HtmlPlaceHolder