Client side WebSchedulerDateRange not returning all cells

1 reply. Last post: May 13, 2010 3:25 PM by Andi Santoso
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Peter BriggsMember

I am trying to color a date range on the web schedule and when I get to the bottom of the schedule I can't seem to color the last slot.

 

arr1.Add(new WebSchedulerDateRange(new Date(Syear, Smonth, Sday, Shour, Smin, 0), new Date(Eyear, Emonth, Eday, Ehour, Emin, 0), 2, "DateTime")); var elements1 = sControl.GetCellElements(arr1);

SetBackgroundColor(elements1, planBgColor);

For example 11 PM to 11:59 PM, on a 15 min interval schedule should have 4 slots colored...I can only shade 3 slots, the last slot does not get shaded.

All times are GMT -5. The time now is 12:44 AM.
Previous Next