FileManager (Kendo UI for jQuery) data source.

1 Answer 233 Views
FileManager
Miron
Top achievements
Rank 1
Miron asked on 19 Jul 2021, 08:36 AM

Hi,

We are trying to integrate FileManager component into our WEBUI solution.

We are using non JAX-RS Java back-end implementation.

Our “root” folder on the back-end side contains thousands of  items (files and folders), so the “local” data source definition does not fits our needs.

I would like to know if it is possible to define “Read” HTTP Request body on the following Remote data source definition

                dataSource: {

              pageSize: 7,

                schema: kendo.data.schemas.filemanager,

                transport: {

                    read: {

                        url: "/kendo-ui/service/FileManager/Read",

                        method: "POST"

                    },

 

You are more than welcome to advise any other solution.

Regards,

Oleg

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 22 Jul 2021, 06:41 AM

Hello, Miron,

Could you please elaborate a bit more on your question and what exactly is the faced issue? The client Paging of the components is the default setting for the FileManager DataSource and it should work properly. Are you unable to implement serverPaging for your FileManager DataSource? If so, please refer to this article, where information on how this paging should be implemented is provided:

https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/configuration/serverpaging 

Regards,
Nencho
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
FileManager
Asked by
Miron
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or