Hi Me,
Thanks for contacting Syncfusion support.
To achieve the requirement, we suggest to use “containment” property of ejDialog. Containment property is used to append the dialog to the selected element. If you have used ejTab as Parent element of ejDialog, you need to disable the ejTab by setting containment property to the ejTab id or class name.
For your reference, please refer to the below code snippet to achieve this.
<ej-dialog id="dialogA" title="DialogA" [enableResize]="false" [enableModal]="true" width="400" containment=".tab" [showOnInit]="false">
</ej-dialog>
|
Please refer our online help documentation for containment property.
For your reference, we have created a simple sample and the sample is available in:
If this solution is not your requirement, could you please share the details to us, so that we will provide appropriate solution at the earliest.
Regards,
Rekha.