or
GridData = new kendo.data.DataSource({ transport: { read: { url: buildAsyncUrl('GetData'), dataType: "json", data: JSON.stringify(GridFilters) } }, ......});function buildAsyncUrl(cont) { return cont + '/?nocache=' + Math.random();}//whenever we need to refresh the grid we call:GridData.read();
0.360128123197711150.54653671974024070.5722005265817256