Loading GridWeb Data in Async Mode

Contents
[ ]

Use the GridWeb.EnableAsync option to optimize memory and performance for cell data when building a large data set. When you set the option to true, the data loading will be based only on the currently visible window area. In short, when you scroll the worksheet’s cell data in GridWeb, it will load new data based on the current scroll position only.

The following example shows how to enable GridWeb’s async mode.