Declined
Last Updated: 23 Sep 2021 10:38 by ADMIN
Imported User
Created on: 01 Apr 2012 19:17
Category: Data Source
Type: Feature Request
2
Auto-Impliment ASMX Handling
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 ...}
0 comments