Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有关于如何将 ext-js 网格与 odata 数据源相结合的博文或示例?我怀疑它需要一个自定义数据读取器。
您真的不需要任何花哨的东西,只需将 DataProxy 中的 defaultHeaders 设置为:{'Accept':'application/json'}。将 JsonStore 的 root 属性设置为“d”,你就可以开始了,不需要任何特别的东西,我让它以这种方式工作,没问题。
解决方案是扩展 Ext.data.DataReader 抽象类以进行定制的 odata 操作。
http://www.sencha.com/forum/showthread.php?127046-Query-Odata-Feed&p=582893&viewfull=1#post582893