Disable Crop Area Resizing

We're using the ImageEditor to crop images and it works great, but we don't want the user to change the crop area size (block grabbing corner white circles and resizing). We thought OnSelectionResizeStart could be used to block it, but it doesn't work. When that event is used, the crop area disappears completely.

We want the crop area to display with the white circles in the corners, but block dragging/resizing the crop area. We just want the users to move the image up/down and zoom in/out and then crop the area inside the crop area.

Please advise. Thanks!

crop-area.jpg


3 Replies 1 reply marked as answer

BP Brian Pautsch May 12, 2026 03:52 PM UTC

Any advice? Thanks!



PK Priyanka Karthikeyan Syncfusion Team May 13, 2026 01:55 PM UTC

Hi Brian Pautsch,

We have considered this issue "Unable to prevent the Crop Resizing using OnSelectionResizeStart" as a bug from our end, and the fix for the issue will be included in our upcoming Volume2 main release which is expected to be scheduled at the end of June 2026.
You can now track the status of the feedback through the below link,
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”

Regards,
Priyanka K

Marked as answer

PK Priyanka Karthikeyan Syncfusion Team June 18, 2026 09:03 AM UTC

Hi Brian Pautsch,

 

We have included the fix for the issue "Unable to prevent the Crop Resizing using OnSelectionResizeStart" with our release version 33.2.10v . So please upgrade your package to the latest to resolve the issue from your end.

 

Release Notes : Essential Studio for Blazor Release Notes - v33.2.10

 

Root Cause :

  • ⁠Resize prevention using OnSelectionResizeStart failed due to async interop in the drag lifecycle, causing timing issues where resize logic executed before the cancel flag was applied.

 

Regards,

Priyanka K


Loader.
Up arrow icon