Spread for ASP.NET 8.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Events > onLoadRowsStopped |
Occurs when rows finish loading with the background load on demand.
[Inline HTML]
<ELEMENT onLoadRowsStopped = "handler" ...>
[Event Property]
FpSpread1.onLoadRowsStopped = handler
[Named Script]
<SCRIPT FOR=FpSpread1 EVENT=onLoadRowsStopped>
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() { |