This is a migrated thread and some comments may be shown as answers.

[Solved] Click refresh button programmatically

0 Answers 15 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Emanuele
Top achievements
Rank 1
Emanuele asked on 14 Mar 2013, 07:40 PM
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
Tags
Grid
Asked by
Emanuele
Top achievements
Rank 1
Share this question
or