By default, WebScheduler will use TripleLoad LoadOnDemand instead of SingleLoad.
                Unlike the TripleLoad, SingleLoad mode will only load the current data. The Triple-load
                mode will pre-load the next and previous data along with the current data.
            
                In this topic, you will learn how to use both mode.
            
                To use SingleLoadOnDemand 
            
                - Right-click on WebScheduler’s control and choose Properties.
- Set LoadOnDemandMode to SingleLoad.
                To use TripleLoadOnDemand
            
                - Right-click on WebScheduler’s control and choose Properties.
- Set LoadOnDemandMode to TripleLoad.
 
                
                    
                        |   | All the data will be cached temporaryly up to 12 slot using FIFO (First IN First
                            OUT) concept. This applied to all views including calendar. |