Hi,
I have a need to add some frames to identify period of times, that are not events (appointments) but have some specifics...
There is no problem to add a nice div using $(this.ID + " .k-scheduler-content").append();, but I could not find the way to compute the position (left, top, width, height) of that div...
For instance for a frame that should be at day of 17/05/2017 (the 4th row in my case), spanning from 10:30 to 12:00...
I'm looking to find the correct column and rows from this information...
Regards