Hello All,
I have following table in database.
1) appointmentid
2) visitorname
3) starttime
4) endtime
5) Color
i have binded it to the DayPilotCalendar. using properties
1) DataTextField="visitorname"
2) DataValueField="appointmentid"
3) DataStartField="starttime"
4) DataEndField="endtime"
My problem is that i want to show each cell with its respected color(which is present in database) in the table.
can someone tell me how to do that.