How to show the different color for each type of Event (MVC doen't have e.DataItem)
Asked by JBatista
13 years ago.
13 years ago.
I saw this similar question:
http://forums.daypilot.org/Topic.aspx/1727/how-to-show-the-different-color-for-the-different-kind-of-a
How can I do the Exact same thing on the MVC version? I dont have the "e.DataItem" on the method:
protected override void OnBeforeEventRender(BeforeEventRenderArgs e)
How can I access the Event Data? (without quering again the database)
DayPilot