For example, I call my default settings on every page load and bind a function to loadComplete to do some basic formatting for my grids.
On some pages, I have additi
if you want to do something before the request use the beforeRequest function.
you can also bind a function to the gridComplete option. could you give a code example to show what you are trying to do?