Jak uzyskać wyświetlane dane KendoGrid w formacie json?

mamkendoGrid i chciałbym dostaćJSON poza tym po filtrowaniu i sortowaniu, jak to osiągnąć?

coś takiego jak poniżej

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 )

Dzięki, każda pomoc jest bardzo mile widziana!

questionAnswers(5)

yourAnswerToTheQuestion