EnableResize=true is not working when dialog is initialy created with Visible=false

<SfDialog @ref="SfDialogObj" ShowCloseIcon="true" Width="650px" AllowDragging="true" EnableResize="true" IsModal="true"
              @bind-Visible="Visible">
........
.......

   </SfDialog>

When initializing a dialog with visibility to false and later by means of SfDialogObj.Show()  the dialog is visible,  the EnableResize functionality is not working.
The resize handle is there,  at the lower right corner of the dialog but is not working.
 None of the resize events work as well

The resizing styling as below is working as it should.


<style>
    /* To change the icon content */
    .e-dialog .e-south-east::before, .e-dialog .e-south-west::before {
        content: '\f047';
    }

    /* To set the icon pack */
    .e-dialog .e-resize-handle {
        font: normal normal normal 14px/1 FontAwesome;
    }
    .e-dlg-overlay {
        background-color: slategray;
        opacity: 0.3;
    }
</style>

Please advise 
Thank you in advance

Panikos  Farngoudes


3 Replies

PM Pandiyaraj Muniyandi Syncfusion Team April 28, 2020 09:15 AM UTC

Hi Frangoudes, 
 
Greetings from Syncfusion support. 
 
We have validated the reported issue and able to reproduce the issue on NuGet package version 18.1.0.43 and it known issue from our end. We have resolved the Dialog resize issue in NuGet version 18.1.0.44. 
 
So we suggest you upgrade the NuGet package into v18.1.0.44 or later version to resolve the reported issue. 
 
 
If you still facing any other issues, kindly revert to us. 
 
Regards, 
Pandiyaraj 



FP Frangoudes Panikos April 29, 2020 06:03 AM UTC

Good morning Pandiyaraj,

It worked ok.
Thank you very much for your prompt reply
Best regards
Panikos Frangoudes


IS Indrajith Srinivasan Syncfusion Team April 29, 2020 03:19 PM UTC

Hi Frangoudes,

Thanks for the update,

We are glad that the reported issue is resolved. Please let us know if you need any further assitance.

Regards, 
Indrajith 


Loader.
Up arrow icon