Completed
Last Updated: 21 Jul 2020 12:19 by ADMIN
Release R3 2020 (LIB 2020.2.727)
Terry
Created on: 06 Jul 2020 13:43
Category: PopupEditor
Type: Bug Report
1
RadPopupEditor: Setting radPopupEditor.Visible = false in the RadForm's constructor makes the associated radPopupContainer visible
Create a RadForm application project.
On the form place a radPopupEditor.
Place a radPopupContainer on the form.
Place a multiline radTextBox on the radPopupContainer.
Set radPopupEditor1.Visible = false in the RadForm's constructor.
When you run, the editor is not visible, but the radPopupContainer is visible.

If you skip step 5, the editor is visible and the container is not visible until you click on the editor...as it should be.

If you have a program that later makes the editor visible, when you click the editor, the container will move from it's original location to under the editor.  Clicking the editor again hides the container, and the visibility of both seem to work correctly after that point.
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 06 Jul 2020 14:04

Hello, Terry,

To workaround this you can set RadPopupContainer.Visible = false;

Regards,
Nadya
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.