I am using datagrid + jsonreststore (which is fetching data from a remote server), now I am planning to support local sorting
I searched a lot and found we can enable local sorting ( no http rest sent ) by setting
queryOptions: {cache: true},
in the datagrid init
but seems it does not work always...