Telerik Forums
Kendo UI for jQuery Forum
2 answers
388 views

The navigate method lets us select a folder by name. Is there a way to always select the first folder listed; by some sort of index maybe? 

 

Alan
Top achievements
Rank 1
Veteran
 answered on 04 Jan 2021
5 answers
566 views

Hi,

We have following requirement.

We need to display logical file folders with third party api. (Which asynchronously call)

How can we directly show  third level without navigate?

If we use navigate then there are 7 calls for api and we want to avoid that. How we can achieve this when control loads?

Like currently

When user loads the control

First call for root api

When user clicks on 1st level folder

Two API calls are made

and same way for 2nd and 3r level.

We have already loading data upto 3 level but still filemanager doesn't expand automatically.

 

How we can expand shared folder id when filemanager control loads?

 

 

 

 

 

Ivan Danchev
Telerik team
 answered on 07 Dec 2020
1 answer
218 views
Can you provide an example of utilizing the Upload configuration setting to send additional data?
Neli
Telerik team
 answered on 26 Oct 2020
1 answer
106 views

Hi

Does FileManager support retrieving data in batches ie Endless scrolling. 

We want to use FileManager  but we can have thousands of items in a folder and retrieving it all at one go does not work for us unfortunately

Regards
Kevin

 

Nencho
Telerik team
 answered on 07 Jul 2020
1 answer
642 views

     Hi Telerik,

 

Can I set default Sort and Paging in FileManager?
I was try with code but It's not working:

 

<!DOCTYPE html>
<html>
<head>
    <style>
        html {
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
        }
    </style>
    <title></title>
    <script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
</head>
<body>
    <div id="example">
        <div id="filemanager"></div>
 
        <script>
            $("#filemanager").kendoFileManager({
                initialView: 'grid',
                views: {
                    grid: {
                        // kendoGrid options
                        pageable: {
                            pageSize: 2
                        }
                    }
                },
                dataSource: {
                    schema: kendo.data.schemas.filemanager,
                    sort: {
                        field: 'createdUtc',
                        dir: 'desc'
                    }, // => not working
                    transport: {
                        read: {
                            url: "/kendo-ui/service/FileManager/Read",
                            method: "POST"
                        },
                        create: {
                            url: "/kendo-ui/service/FileManager/Create",
                            method: "POST"
                        },
                        update: {
                            url: "/kendo-ui/service/FileManager/Update",
                            method: "POST"
                        },
                        destroy: {
                            url: "/kendo-ui/service/FileManager/Destroy",
                            method: "POST"
                        }
                    },
                    pageSize: 2,
                    //serverPaging: true,
                },
                uploadUrl: "/kendo-ui/service/FileManager/Upload",
                toolbar: {
                    items: [{
                            name: "createFolder"
                        },
                        {
                            name: "upload"
                        },
                        //{ name: "sortDirection" },
                        //{ name: "sortField" },
                        {
                            name: "changeView"
                        },
                        {
                            name: "spacer"
                        },
                        {
                            name: "details"
                        },
                        {
                            name: "search"
                        }
                    ]
                },
                contextMenu: {
                    items: [{
                            name: "rename"
                        },
                        {
                            name: "delete"
                        }
                    ]
                },
                draggable: true,
                resizable: true
            });
 
            $(document).ready(function () {
                var filemanager = $("#filemanager").getKendoFileManager();
 
                filemanager.executeCommand({
                    command: "TogglePaneCommand",
                    options: {
                        type: "preview"
                    }
                });
                filemanager.toolbar.fileManagerDetailsToggle.switchInstance.toggle();
            })
        </script>
    </div>
</body>
</html>
Aleksandar
Telerik team
 answered on 19 May 2020
1 answer
205 views
When you are looking at a folder structure in file manager. Typing a Filename and only searching at the current folder seems contradictory to normal search behavior which traverses both the current folder and sub folders to find that name. Can we add a search methods that calls the API to search.
Dimitar
Telerik team
 answered on 17 Apr 2020
1 answer
170 views

Hello Sir!!!

How to CRUD operation can be done in File Manager.

Martin
Telerik team
 answered on 26 Feb 2020
1 answer
173 views

Hi, Dev Team!

Can i use FileManager for preview (if picture), open or save files?

Ivan Danchev
Telerik team
 answered on 06 Feb 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?