Some handler or method to run after cell rendering on scroll
12 years ago.
I apply some custom highlighting on the daypilot cells when the date/time is changed.
My problem is on initial load, not all the daypilot cells are properly loaded (for performance optimization reasons i guess), so when I do my processing of the cells, the cells which are not in the current scroll view are not processed (styled as required). Then when i scroll down, for instance, those cells do not show my styling (please see the attached screenshot - all the cells in the highlighted columns should be highlighted).
I checked dps.afterRender does not get called on scroll. Is there something else I can do regarding this? Or can anything be added to handle this? I just need all of the cells to have my styling based on some fields on the page.
My last resort would be to add the 'scroll' handler on the containing div, but I don't how much good that would be performance-wise.
DayPilot