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

Cant refresh telerik grid using javascript

0 Answers 36 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.
neal
Top achievements
Rank 1
neal asked on 16 Apr 2012, 12:28 PM
Hi
I am having troubles refreshing a grid

here is the function that does it

function refreshTelerikGrid(grid) {
        var tgrid = grid.data("tGrid");
        tgrid.rebind();
        //tgrid.ajaxRequest();
    }

heres the code that calls the function

var tgrid = $('#Firms').data("tGrid");
        refreshTelerikGrid(tgrid);

the code runs (as watching it on firebug) but the grid does not refresh.

can anyone help please :)

thanks in advance
Tags
Grid
Asked by
neal
Top achievements
Rank 1
Share this question
or