Como obter os dados exibidos do KendoGrid no formato json?
eu tenho umkendoGrid
e eu gostaria de obter oJSON
fora dele depois de filtrar e classificar como faço para conseguir isso?
algo como o seguinte,
var grid = $("#grid").data("kendoGrid");
alert(grid.dataSource.data.json); // I could dig through grid.dataSource.data and I see a function ( .json doen't exist I put it there so you know what i want to achieve )
Obrigado qualquer ajuda é muito apreciada!