LoadData DataGrid delay of front end changes

I load the data via the LoadData method from the DB.

Since every time the call goes to a separate Web Api project and makes a call to the DB the response is slightly delayed.

If I click sort for example - the arrow gets changed first - half a second before the data arrives.

My question is - is there a way to delay the changing of the arrow until the data arrives from the backend?

Hi @Dani_D,

There is no way to delay the sort icon change on sort.

Thanks for the answer!