KendoUI Grid dataSource to json

时间:2012-11-01 15:03:09

标签: javascript json asp.net-mvc-4 kendo-ui

我将网格中的数据作为json对象

时出错
$('#AttachmentsGrid').data('kendoGrid').dataSource.view().toJSON()
  

TypeError:$(“#AttachmentsGrid”)。data(“kendoGrid”)。dataSource.view()。toJSON不是函数

1 个答案:

答案 0 :(得分:2)

使用

JSON.stringify($('#AttachmentsGrid').data('kendoGrid').dataSource.view())