PopupObjectArgs, AppendTo not working
Hello,
I am trying to append the popup element of the SfDatePicker to another element than the body.
Regarding the documentation, I should be able to do this in the OnOpen Event.
I don't understand why it doesn't work :
https://blazorplayground.syncfusion.com/hjVRXLrGeDKYiful
The documentation :
Hi Thisbaut Gobert,
The behavior you’re seeing is expected because the AppendTo property on PopupObjectArgs has been deprecated. While it may still appear in the documentation, it is no longer functional in the current builds.
We understand this may have caused inconvenience, and we sincerely apologize for any confusion, the documentation will be updated accordingly. The API changes related to this property are already planned and will be included in our upcoming weekly release. Once that update is published, the obsolete property reference will be removed in the docs.
Hi,
Thank you for you answer.
We use Syncfusion in several projects built with Vue, React, and Blazor.
This property exists and works correctly in the Vue version, I included a working example in the attached zip file.
It is also currently documented for Blazor. If this property has been deprecated, could you clarify what alternative should be used to achieve the same behavior?
If there is no alternative, this would effectively mean that a documented feature is no longer functional, which would be considered a regression.
Attachment: sfdatepicker_d998415d.zip
OnOpen event is no longer supported in our latest Blazor components.- Use CSS containment – Apply
overflow: visibleor adjust the parent container's positioning and z-index as needed - Leverage Blazor's component cascading – Organize your component hierarchy to ensure proper stacking contexts
- CSS-based solutions – Use CSS classes and media queries to control popup behavior without direct DOM manipulation
- Your use case (what container are you trying to append to and why?)
- Your Blazor hosting model (Server, WASM, Auto, or SSR)
- A simplified code sample of your layout
- 4 Replies
- 3 Participants
-
TG Thibaut Gobert
- Feb 27, 2026 02:06 PM UTC
- Mar 17, 2026 12:29 PM UTC