How can I refresh a grid data source using angular Kendo UI

前端 未结 3 1901
暖寄归人
暖寄归人 2021-02-05 08:20

I am combining Telerik Kendo grid with Angular using the Angular Kendo UI project.

I have the following markup:

3条回答
  •  甜味超标
    2021-02-05 08:55

    Just pass in a scope variable to the directive, then inside of your controller you can use the variable to call whatever widget methods you need.

    Ref: http://blogs.telerik.com/kendoui/posts/14-02-26/a-few-angular-kendo-ui-best-practices

提交回复
热议问题