I'm working on a
project that has me edit the appointments in the scheduler. Currently I edit the width and position of all the appointmets
through JavaScript with the .EventRendered("onEventRendered") method in
the .cshtml file.
I've ran into a problem when I edit the width
and position of multiple appointments that happen at the same time. My
JavaScript code executes as it should but somewhere (in another .js file
I presume) it gets overwritten and changes the values back to the
default values.
Example of what I would like: https://imgur.com/K604z.png
and what it currently is: https://imgur.com/68CMv.png