OnResizeStop doesn't work

Hi guys,

Since the recent update the OnResizeStop no longer functions, I red the release notes which say it has been changed to MouseEvenArgs but can't find a working example or any further documentation, can you please assist?

3 Replies 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team July 28, 2020 12:23 PM UTC

Hi John, 
 
Greetings from Syncfusion support, 
 
We have validated your reported query. The OnResizeStop event in SfDialog which works as expected. We have also prepared a sample configuring the events and SfDialog rendered. 
 
 
Can you please check the above sample and let us know if it meets your requirements? 
 
Regards, 
Indrajith 


Marked as answer

JO John July 28, 2020 01:02 PM UTC

Ok, that's cool, I realize I had three DialogEvents, separately - added them all to the one and it works 

<DialogEvents OnDrag="Drag" OnResizeStop="Resize" OnClose="DialogClose"></DialogEvents>

Where as before it was

<DialogEvents OnClose="DialogClose"></DialogEvents>
<DialogEvents OnResizeStop="Resize"></DialogEvents>
<DialogEvents OnDrag="Drag"></DialogEvents>


IS Indrajith Srinivasan Syncfusion Team July 28, 2020 02:22 PM UTC

Hi John,

You, can configure all the DialogEvents in the single <DialogEvents> tags. We are glad that your reported issue is resolved.

Please let us know if you need any further assistance,

Regards,
Indrajith

Loader.
Up arrow icon