i'm using the scheduler component with angular. The result so far is pretty okay, but the events do not fill up the timeslots. When looking at the event div, there is a fixed width, that is not set correctly. I have no fancy custom css going on, so any idea what causes this issue?
Cheers,
Jens
3 Answers, 1 is accepted
0
Vladimir Iliev
Telerik team
answered on 22 Apr 2016, 07:58 AM
Hello Jens,
The offset on right of the events is created in order to leave space where the user can click and create new events. If you need to remove this space you should create custom view and override the method which calculate it. For your convenience I created small example which you can use as starting point:
It appears that we have replied in this thread on Aprill 22, but the post is not visible to the public. Please excuse us for this technical issue. I am copy-pasting the response:
===
"The offset on right of the events is created in order to leave space where the user can click and create new events. If you need to remove this space you should create custom view and override the method which calculate it. For your convenience I created small example which you can use as starting point: