The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a page with some tabs(which include some grid and inputs). When i try to use the dialog controls, its doesnt place the position witghin the center of page as required. It move everything down instead. Is this just a zindex?
ISIndrajith Srinivasan Syncfusion Team January 21, 2020 05:59 AM UTC
Hi Anthony,
Greetings from Syncfusion support
We have validated the reported query. The dialog is automatically positioned based on its target element (by default: document.body). The z-index property is used to adjust display order alone and doesn’t cause the positioning of the dialog. We suggest you to ensure the document.body has proper width and height.
Meanwhile, we have provided public option also to position the dialog to the center of the page using DialogPositionData. Please refer to this documentation page.