Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Loading icon for fetching data

    Hi, is it possible to show loading icon in the listgrid when we are using datasource object for calling fetchData/filterData and not listgrid object ?

    #2
    You could set the emptyMessage to have text similar to the loadingMessage, then set it back to an empty message if you actually get an empty response from the server.

    Comment

    Working...
    X