Occurs when rows start loading with the background load on demand.
Syntax
[Inline HTML]
<ELEMENT onLoadRowsStart = "handler" ...>
[Event Property]
FpSpread1.onLoadRowsStart = handler
[Named Script]
<SCRIPT FOR=FpSpread1 EVENT=onLoadRowsStart>
Arguments
- event.cancel
- Boolean, whether to stop loading rows
- event.spread
- Spread that raises the event
Return Type
None
Remarks
This event is triggered when the user scrolls and causes the next set of rows to load.
Example
This example JavaScript code maps the event for the Spread on the client side.
JavaScript | Copy Code |
---|---|
window.onload = function () { function loadStop() { |