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