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()))
...
)
Currently, employing the pageable functionality will place in a predicament other views. Such as the TreeView, as the records will be trimmed. Thus, preventing the option of seeing all of the items. Which inevitably is counterintuitive, as it defeats the purpose of the FileManager, as a simulated file system by having all of the files available in the TreeView at all times.
Those are the pros and cons:
Pros
Cons
Regards,
Mihaela
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.