search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Hotel room/floor representation

Asked by javier
2 years ago.

Can you think of an option to represent the rooms by floors instead of dates?
for example
floor 1 2 3 4 5 6 7 9 12 ...
1 free occupied
2
3
4

Answer posted by Dan Letecky [DayPilot]
2 years ago.

Yes, it is possible.

You'd need to map the dates (e.g. the day of year part) to floors using a technique used in the ASP.NET timetable tutorial:
https://code.daypilot.org/65101/timetable-tutorial-asp-net-c-vb-net

It uses the Calendar component but you should get the idea.

Comment posted by Anonymous
2 years ago.

Great!!
Thanks

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.