clearAndLoad cause multiple call of loading in future filter

If you use clearAndLoad or clearAll and load in grid, future use of filter or sorting cause multiple call of load, so many times was clearAndLoad used before

why is it? is it bug?

for this reason i started to use grid.destruct and create grid again, but i need to use onBeforeSorting function, if i call destruct in the middle of this function there is problem, it cause error this.dhxevns i think that this is because we destruct the object we are in the middle of callback of this object

so i am back at the function clearAndLoad for this task, but it does not work, what to do now?

Unfortunately teh issue cannot be reproduced locally.
Could you please, provide with a demo link or a complete demo, where the problem can be reconstructed.