Telerik Forums
Kendo UI for jQuery Forum
1 answer
688 views

Hi,

I am currently integrating the Tree View & context menu in Kendo UI Jquery. I would need to show different set of context menus for different category. Is there a way to do it? For 1st & 2nd level will be different context menu. 3rd level will not have any context menu.

 

Thanks in advance.

Neli
Telerik team
 answered on 09 Dec 2021
1 answer
150 views

Due to some reason data is not binding if I add "resources" in scheduler.

Please find the attachments for code and result.

Neli
Telerik team
 answered on 08 Dec 2021
0 answers
902 views
I would like to make the switch smaller (height especially) without changing the theme.  Is this possible?  Thanks.  
Sean
Top achievements
Rank 1
 asked on 08 Dec 2021
1 answer
134 views

Hi Team,

is there any way to use keyboard while the color picker is open for background color in rich text editor

Neli
Telerik team
 answered on 07 Dec 2021
1 answer
371 views

I copied the demonstration code and controller ( from GitHub) and slightly modified to suit.

The view is very simple

<body>
    <div id="example">
        <div id="filemanager"></div>

        <script>
        $("#filemanager").kendoFileManager({
            dataSource: {
                schema: kendo.data.schemas.filemanager,
                transport: {
                    read: {
                        url: '@Url.Action("Read", "FileManager")',
                        method: "POST"
                    }
                }
            },
            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>


The Data returned from the controller is this ( copy and paste from the browser)

[{"name":"English","size":0,"path":"English","extension":"","isDirectory":true,"hasDirectories":false,"created":"\/Date(1638409250788)\/","createdUtc":"\/Date(1638409250788)\/","modified":"\/Date(1638834574019)\/","modifiedUtc":"\/Date(1638834574019)\/"},{"name":"Swedish","size":0,"path":"Swedish","extension":"","isDirectory":true,"hasDirectories":false,"created":"\/Date(1638409251098)\/","createdUtc":"\/Date(1638409251098)\/","modified":"\/Date(1638501536659)\/","modifiedUtc":"\/Date(1638501536659)\/"}]

I have tried viewing a folder with lots of file.. the number of File is always right.. but something is going wrong with the reading of the data being returned The initial controller code I used set path as a path and filename. I changed it to above to match what I can see returning for the examples provided.
So  now I believe the JSON being returned from the online samples that are using the same backend are identical to what I am returning. 

I am using 2021.1.330.     The only thing I can think of is that there was a change in the Schema between versions? But I cannot find anything about this

I haven't got much hair left these days... would really appreciate a pointer to at least what I could be checking.

Many thanks

Rob

Rob
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 07 Dec 2021
0 answers
83 views

I have a grid that displays only 3 columns of a given row. When the 3 columns all have nulls the row will NOT display. I need it to display so the values can be updated.

 

Any help would be appreciated.

-Pat Kane

Patrick
Top achievements
Rank 1
 asked on 02 Dec 2021
12 answers
5.4K+ views
Hi,

Is it possible to automatically expand every Detail Row in a Kendo Grid with jQuery? I've seen some demo's regarding expansion but they only apply to single-rows. Is it possible to expand everything at once? 

Thanks,
Landon
Rob
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 02 Dec 2021
1 answer
159 views

Hi All,

We have a problem with the labels alignment in the x-series of the chart. We would like the value of the series to be aligned with the end of the label and not with the center of it. In attached you can see, as an example, that the value 04/17 is not aligned at the end of the label 17/04 but is in the center.

Can you help us with this issue?

thank you so much in advance,

Claudio

Nikolay
Telerik team
 answered on 01 Dec 2021
1 answer
219 views

Hi team,

is there any shortcut to resize the grid column using keyboard?

Georgi Denchev
Telerik team
 answered on 01 Dec 2021
0 answers
270 views

Hello,
I try to display all the events on my schedule (timeline view) as an all day event. Found a post on stackoverflow with exactly the same question but no working answer. I know I should use _positionEvent, but I don't know how. Can you help me how to do it?

Thanks in advance!
Frank

Frank
Top achievements
Rank 1
Iron
Iron
 asked on 30 Nov 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?