When a TelerikComboBox is defined inside a window and the ContainmentSelector attribute is set for that window, the ComboBox exhibits erratic behavior: it sometimes fails to open, and selections from the dropdown may not register. Overall, the ComboBox does not function reliably in this configuration.
See attached video for current behavior.
If the ContainmentSelector attribute is removed, TelerikComboBox works as expected.
See attached example to reproduce the issue.
Hi Gregory,
Sharing my response from the private ticket here so it’s visible to other developers who might run into the same behavior.
=====
Based on your description and the attached materials, the erratic behavior of the TelerikComboBox inside a TelerikWindow when using the ContainmentSelector attribute is a known limitation. The ComboBox dropdown popup relies on specific positioning logic, and restricting it with ContainmentSelector can interfere with its rendering and interactivity. This is why removing the ContainmentSelector resolves the issue.
Key Points and Suggestions:
=====
With that in mind, I’m marking this item as Declined, since it’s a documented limitation rather than a bug.
Regards,
Hristian Stefanov
Progress Telerik