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?