I am playing with the grid to consume data from a webservice. The webservice accepts only json object. So I try the params "take=5&skip=0&page=1&pageSize=5" to convert to a json string with parameterMap, but this dosn't work. Are there any emxamples?