Completed
Last Updated: 15 May 2017 11:48 by ADMIN
Luis
Created on: 09 Apr 2014 20:51
Category: Grid
Type: Feature Request
15
Grid refresh should independent from pageable builder
The refresh button availability should be indepent from the grid being pageable. The user may want an updatable grid without having page navigator.
3 comments
ADMIN
Pavlina
Posted on: 15 May 2017 11:48
Done - http://demos.telerik.com/kendo-ui/grid/toolbar-template
Imported User
Posted on: 24 Jun 2014 04:08
Looks like this is already done. 

 .Pageable(pager => pager.Info(false).Numeric(false).PageSizes(false).PreviousNext(false).Refresh(true))
Carl
Posted on: 03 May 2014 20:55
Should be a command for a refresh button that can be added to the toolbar commands WITHOUT requiring the grid to be pageable.