The number refers to a technical support forum thread on Syncfusion , where a user was looking for help with an EJS Grid (Essential JS 2 Grid) using AJAX to load data.
Show the spinner using grid.showSpinner() before the AJAX call starts. 147660 zip
Based on that specific technical context, here is how you "put together a content" or implementation for that scenario: The number refers to a technical support forum
: Set up your grid component with an empty data source or a defined URL. 147660 zip
Hide the spinner using grid.hideSpinner() once the data has successfully returned and been assigned to the grid's dataSource .