Hello,
I tried to set offline just before clearing filters but in that case I am getting error Cannot read property 'pvtData' of undefined. Maybe I am doing something wrong?
I am doing it like this:
public myGrid: GridComponent;
<some code here>
this.myGrid.dataSource['dataSource'].offline = true;
this.myGrid.clearFiltering();
<some code here>
After this operation in my console window I can see error:
I have tried to reinstall packages but it still causes same error (I am using ej2-data version 17.1.47).
I am doing it like that because only in this case I do not need to re-render my grid data but in other cases I must again get data from WebAPI.