In the datasource can you give us a property which will tell the DS that it needs to stringify the parameters so I don't have to keep googling this syntax?
parameterMap: function (options) {
return kendo.stringify(options); // kendo.stringify serializes to JSON string
}
So just like read: { stringifyParams:true ...}