We are having a problem with the location of popup that is placed into a modal dialog when user needs to scroll down the main window in order to access the control that open the modal. The link shows the problem
https://vsolvit-git.github.io/kendo-popup
There are 2 buttons that open the same modal dialog.
When dialog is open by clicking on the top button, popups in the modal (dropdown and datepicker) are displayed as expected.
When the same dialog is open by clicking on the bottom button the popups are missaligned (since the default 'appendTo' setting for the popup is 'root' the position accounts for the scroll offset).
I tried setting value of 'appendTo' to 'component' in the popupSettings. This fixes the alignment issue but makes popup unreachable when the control is located near the bottom of the dialog.
Thank you