Hello everyone.
I have a bit of a problem in making my data show in my grid.
I'm using grid.setGridParam({datatype: 'local', 'data': getGridParamData}).trigger('reloadGrid', [{page:1}]); to load data to my grid. getGridParamData I got from grid.getGridParam('data'). This method I use to revert to previously displayed data (ie, after local search we found nothing, so search server, but still we found nothing, so we revert to data displayed before local filter).
Now, the method above works on my OTHER grid which uses filterToolbar but THIS grid I'm working currently doesn't use filterToolbar and the above method won't work.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top