Occurs when rows finish loading with the background load on demand.
[Inline HTML]
<ELEMENT LoadRowsStopped = "handler" ...>
[JavaScript]
FpSpread1.addEventListener("LoadRowsStopped", handler, ...)
or
FpSpread1.onLoadRowsStopped = handler
None
This event is triggered when the user scrolls and causes the next set of rows to load.
This example JavaScript code maps the event for the Spread on the client side.
JavaScript |
Copy Code
|
---|---|
window.onload = function () { function loadStop(event) { |