I'm building on the Pro Demo 5.8 until I can get it all working. If it all goes well then I'll probably purchase.
I've got an ArrayList of objects (TimeEntries) that I'm binding to the Month view.
My TimeEntry object has some fields and some other objects in it.
Two of the objects are Task and User.
I'd like to reference some attributes of the Task for the description and use a color attribute that is part of the User when building the month view.
I see in the demo how to use the cell prerender to set the colors of the text, etc but I'm having trouble getting to those attributes in my TimeEntry ArrayList.
Any help would really be appreciated.