Hi!
I am working on a school project ( Hotel booking system ) it is a MVC3 razor project, and i am trying to implement
daypilot scheduler into it.
i managed to get the resources (rooms) loaded from the database, but i am completely lost on how to load the events .
i know that in asp.net a DataTable is assigned to DayPilot1.DataSource.
my question is, how can i go about this in my MVC RAZOR project ?
thanks in advance!