Resize cursor doesnt appear

 Hello All,


I'm trying to enable resizing in my schedule app. I'm using the schedule control. From what I see online, resizing should be enabled by default. 


When I mouse over my events, I do not get the option to resize them.  

I have injected as below

ej.schedule.Schedule.Inject(ej.schedule.Day, ej.schedule.Week, ej.schedule.DragAndDrop, ej.schedule.Resize);


When I look at the code in the debugger I see the following for ej.schedule.Resize, which seems ok. Drag and drop are working fine.


I have  allowResizing:true,

I dont have resizeStart: or other handlers defined. I tried defining them but they were never hit in the debugger.

Do my events need to have a resize-able tag in them somewhere when I create them? What could be preventing the resize from working?


Using a very recent version of the control in standard ES5 Javascript.

R


2 Replies

JL Jesse Laeuchli August 23, 2023 11:54 AM UTC

Figured it out, in my render event for a particular event type I had 

args.element.innerText = "", which apparently blows away the resize meta



SK Satheesh Kumar Balasubramanian Syncfusion Team August 24, 2023 06:39 AM UTC

Hi Jesse,

We are happy to hear that you have found a solution.

Please let us know if you need any further assistance.

Regards,

Satheesh Kumar B


Loader.
Up arrow icon