nmaitland / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Configure column and rows in Calendar Widget (day/week view) #519

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
REQUESTS

Problem 1: Currently the rows in the day and week view are fixed to 30min and 
rather low. This makes it impossible to show many short events.
Request 1: Please make the rows of the calendar widget configurable:
- Time interval per row
- Height of the row

Problem 2: Currently the day view shows only one column. This doesn't allow to 
show in one calendar events for different entities (e.g. different persons).
Request 2: Please also allow to add further columns to the day view.

Problem 3: Currently the day and week view runs from 12am to 11:30pm. This 
makes the calendar hard to users if the events are all within a short time 
period (e.g. 10am-1pm).
Request 3: Please allow defining the start and end time of the day and week 
view.

USE CASES

Use case 1:
I want to visualize the tasks of various members of a team.

I'd like to use the day view of the calendar widget and add a column per team 
member.

Use case 2:
I want to visualize matches of a tournament. These matches are typically just 
15min long and are played on 3 fields. The matches are typically all between 
10am and 5pm.

I'd like to use the day view of the calendar widget with 3 columns (one per 
field) and one row for each 15min. The calendar should only show the time 
period 10am to 5pm.

See also: http://forums.smartclient.com/showthread.php?p=52443#post52443

Original issue reported on code.google.com by rroel...@gmail.com on 1 Oct 2010 at 10:04

GoogleCodeExporter commented 9 years ago
The attached patch exposes the cellHeight property of the Calendar. This partly 
solves problem 1.

The height of the cell can be set like this (same as ListGrid):

calendar = new Calendar();
calendar.setCellHeight(40);

Original comment by rroel...@gmail.com on 11 Oct 2010 at 2:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by rroel...@gmail.com on 12 Oct 2010 at 8:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 29 Nov 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Can you tellme how to apply the patch please?

Original comment by rav...@intel-negocios.com on 13 Jan 2011 at 11:20

GoogleCodeExporter commented 9 years ago
Can you tellme how to apply the patch please?

Original comment by jc_ara...@intel-negocios.com on 13 Jan 2011 at 11:20

GoogleCodeExporter commented 9 years ago
It is possible to know if all the functionaties will be implemented soon?
thanks

Original comment by ruipedr...@gmail.com on 21 Jun 2013 at 1:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I also need this functionality that will have more than one column in Day view.

In my case, I am using calendar to show truck Loads (i.e., parcels) timings 
that is based on distance and required time to reach from source to destination.
So for it I will have more than one truck that is running at same time for 
different load. 

My requirement is to show multiple trucks on same day (i.e. Day view).

Original comment by rajnika...@systemintegration.in on 17 Aug 2013 at 6:53