Attribute Details: RerunDataLayer
 Back


Set to "True" when the DataLayer should be re-run when the user clicks one of the paging controls. This can limit the size of the information coming from the DataLayer to just the information for the current month or week.

As the user pages, the following @Request tokens can be used by the DataLayer, typically in a SQL WHERE clause.

@Request.rdDataCalendarMonth~
@Request.rdDataCalendarYear~
@Request.rdDataCalendarDay~

The default value is "False". In this case, the information from the DataLayer is cached as the calendar is displayed the first time and then re-used to show other calendar "pages".



POTENTIAL VALUES

False
True




PARENT ELEMENTS

Click element to drill down for more information.

Data Calendar Paging


 Back to top