Is there a way to refresh grid without calling the datastatechange?

Hi,

I am using Observable binding using Async pipe , I will get data from server in dataStateChange.

Sometimes I will do some changes with the grid columns, so I call the grid.refresh() after changed columns. But I don't want to get data from server every refreshing grid.

Is there a way to refresh grid interface only without calling the "datastatechange" get data?



1 Reply 1 reply marked as answer

RR Rajapandi Ravi Syncfusion Team December 14, 2020 12:04 PM UTC

Hi lorryl, 

Greetings from syncfusion support 

We have analyzed your query and we could see that you don't want to get data from server every refreshing grid. But by default in our EJ2 Grid when you will do some changes with the Grid columns it will refresh the Grid for modifying the UI changes. It was the default behavior of our Grid.  

Regards, 
Rajapandi R 


Marked as answer
Loader.
Up arrow icon