I have a list of tabs that force my scheduler to re-read it's datasource. This forces my resources datasource to update it's filter depending on which tab was selected. If I'm on a tab where the All Day cell has one event, the height of the All Day cell is twice as big which makes sense so I can create another even in that space. When I switch to another tab that filters out that event in the All Day slot, the All Day cell height returns to a normal height of 1 event, but I am unable to select the 7 am timeslot with my mouse. If I double-click the 7am timeslot, an All Day event creation will pop up. If I try to create an event and then cancel, the 7am timeslot will start working correctly again. If I switch to a different view like Month, the 7am slot will work again. It seems like the scheduler is not updating the cell "hitbox" when my scheduler reads from the datasource. Is there a way to fix this without switching views or creating/canceling events?