使用我的 web api 喂养我的剑道网格时遇到问题。该调用会生成以下内容:
/odata?$callback=jQuery19101822532636579126_1364840583015&%24inlinecount=allpages&%24format=json&%24top=20
但回应是:
The query parameter '$callback' is not supported.
有人有这种情况的经验吗?
dataSource: {
type: "odata",
transport: {
read: "odata/mydata"
},