I have a scheduler page with units view enabled .
If I need to customize the units view Y-axis like attached image (please find the attached image unitsview.png ). ( in y axis instead of time I have to make serial numbering )
I tried this code , but its regenerating the serial numbers automatically.
Thanks for the suggestion , but unfortunately its not working
Please open firebug or any inspect tool and close it from the example that you have provided , it will change the hour scale to default(time in y-axis) . its automatically resetting in many other cases .
can you suggest me the event that when its changing , if I know that event i can reset the global variable intTockenNumber to 1 form that event .
ie - >
some other event other than “onBeforeViewChange” is happening when we resize the window or opening the inspect toll from the browser , can you please suggest me that event .
I saw this in your documentation , is there any event to detect the scheduler repainting the view . am I going through the right path based on my issue ?
That code worked for me thank you for your advice .
But the same code does not working in the code snippet that you have provided.
I’m getting an issues while opening the firebug or any other inspect tool . when its opened, suddenly the custom y-axis changing to the default view (Time in y-axis) .