Is it possible to implement an option that enables the paging of the Grid View?
For example:
@(Html.Kendo().FileManager() .Name("filemanager") .Views(gridView => gridView.Grid(grid => grid.Pageable())) ... )