Hi,
first, im sorry for my bad english.
I have grid, and i have window, which via ajax insert into db new row, close itself, and try refresh grid in ajax succes function. Close is sucessfull, but grid reload doesnt do anything :(
I try button with onclick="ted()" and function is:
But refresh doesnt working still.. please can u tell me, what is wrong?
first, im sorry for my bad english.
I have grid, and i have window, which via ajax insert into db new row, close itself, and try refresh grid in ajax succes function. Close is sucessfull, but grid reload doesnt do anything :(
I try button with onclick="ted()" and function is:
function
ted() {
var
grid = $(
"#grid_clients"
).data(
"kendoGrid"
)
grid.refresh();
}
But refresh doesnt working still.. please can u tell me, what is wrong?