I was able to reload the grid successfully with trigger.('reloadGrid'), BUT only if I comment out the line:
loadonce=true,
I need the loadonce=true in order for the sorting and filtertoolbar to work….so how can I enable the grid to support both functionality?