I have a requirement to be able to visually indicate the date range that is available for scheduling , based on some calculations. For instance, I need to be able to highlight on the scheduler a timeslot between 11:23 AM to 12:25 PM .
Attached is a sample source code , in which i was able to highlight "Timeslots" that are in the desired range, but i need to be able to highlight part of the timeslot (11:00 - 11:12) . I tried doing that by setting the timeslot interval to 1 minute, but then the height of each interval was too much and I could not figure a way to set the height of the interval.
Please suggest the best approach to accomplish this.
ThankYou,
Hariharan
attached is the sample project