KendoUI: resetting grid data to first page after button click

后端 未结 5 1832
心在旅途
心在旅途 2020-12-18 21:29

I have the following scenario:

in my page I have a grid (with pagination) bounded to a datasource. When I click on the button \"Extract\" the grid gets populated (re

5条回答
  •  情歌与酒
    2020-12-18 21:52

    If you are doing server side paging it should be enough doing grid.dataSource.page(1) since this will invoke the read exactly as you already realized.

提交回复
热议问题