Hi Everybody,
There is a grid where there are two columns: Hour and People. This grid is inicialyzed just the first column (Hour). So, Hour coluns has many cells, such as: 8:00 9:00 10:00 ... 00:00.
So, there is a row for each hour. Well, the user move the people on a row of this grid.for exemaple the firs row the hour cell is 8:00 and people cell is: Mike, John...
Then, I'd like to know if is it possible the user clicks on a people cell, or better, the user clicks on a person of a row and then the user move this person to another row, for exemple:
first row:
hour | People
8:00 | Ana, Tom, Mike
second row:
hour | People
9:00 | Tomas, Bob
Then, the user clicks on Ana person and then to move her on second row, see this example:
first row:
hour | People
8:00 | Tom, Mike
second row:
hour | People
9:00 | Ana, Tomas, Bob
Is it possible to do it?/ Or Does anybody has another idea to do another manager?
Thank you for attention
Carlos
There is a grid where there are two columns: Hour and People. This grid is inicialyzed just the first column (Hour). So, Hour coluns has many cells, such as: 8:00 9:00 10:00 ... 00:00.
So, there is a row for each hour. Well, the user move the people on a row of this grid.for exemaple the firs row the hour cell is 8:00 and people cell is: Mike, John...
Then, I'd like to know if is it possible the user clicks on a people cell, or better, the user clicks on a person of a row and then the user move this person to another row, for exemple:
first row:
hour | People
8:00 | Ana, Tom, Mike
second row:
hour | People
9:00 | Tomas, Bob
Then, the user clicks on Ana person and then to move her on second row, see this example:
first row:
hour | People
8:00 | Tom, Mike
second row:
hour | People
9:00 | Ana, Tomas, Bob
Is it possible to do it?/ Or Does anybody has another idea to do another manager?
Thank you for attention
Carlos
