Loading GridWeb Data in Async Mode

Contents
[ ]

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

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