How to call refresh() on a kendo-grid from an Angular controller?

前端 未结 3 1404
一整个雨季
一整个雨季 2020-12-18 05:20

I\'m attempting to follow several suggestions on refreshing a kendo-grid such as this.

The essential is that in the html I have:

3条回答
  •  孤城傲影
    2020-12-18 05:55

    Add id to the grid and trying refreshing using it.

    In controller use this:

    $("#grid1").data('kendoGrid').refresh();

提交回复
热议问题