In Development
Last Updated: 31 Jan 2024 09:18 by ADMIN
Scheduled for 2024 Q2
Chongsiong
Created on: 21 Aug 2023 15:55
Category: FileManager
Type: Feature Request
2
FileManager Grid View with paging

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()))
     ...
)

0 comments