Issue 1075: Easy way to adjust grid height
Status:  Done
Owner: ----
Closed:  Sep 2011
Reported by garrettm...@gmail.com, Aug 10, 2011
I have users who like to set the calendar to be on an hourly grid, but they have appointments on the calendar that are only 15 minutes in length.  When we see such events on the calendar, due to the height of the grid, the appointment information is impossible to read.  This is very similar to what was reported in  Issue 1065 , but both implementations on that page become problematic when resizing an event or determining, visually, how long an event actually is.

I've looked into using CSS to expand the height of each row, but since the CSS for each event is dynamically generated, this would be futile without (apparently) doing a massive edit of the plugin.  

Is there currently a valid way to expand the row height?  If not, how difficult would it be to implement?

Thank you.

Sep 29, 2011
Project Member #1 adamrs...@gmail.com
Could you try setting slotMinutes to 15? (http://arshaw.com/fullcalendar/docs/agenda/slotMinutes/)

Could you try using css to change the height of the rows? like this:

    .fc-agenda-slots td div {
         height: 40px !important;
    }

one of those solution will probably work for you
Status: Done
Jun 2, 2014
#2 sajjad.b...@gmail.com
Thanks for this solution ..

it really helps me