This question is locked. New answers and comments are not allowed.
Good morning, i have a View with 2 telerik grids, each of theese is of a different model entity.
i created my own edit popup window, i need a way to refresh the content like ajaxreques from javascript, when i send the form of my own popup form.
i tried something like this
var grid = $("#myGrid").data("tGrid");
grid.ajaxRequest();
but it doesn't work
i tried also this
$(".t-grid .t-refresh").trigger('click');
but it takes only the second grid
can you help me?
thank you
i created my own edit popup window, i need a way to refresh the content like ajaxreques from javascript, when i send the form of my own popup form.
i tried something like this
var grid = $("#myGrid").data("tGrid");
grid.ajaxRequest();
but it doesn't work
i tried also this
$(".t-grid .t-refresh").trigger('click');
but it takes only the second grid
can you help me?
thank you