Telerik Forums
Kendo UI for jQuery Forum
3 answers
115 views

How can we achieve keyboard navigation for a tile layout which has a kendo grid inside one of the tile? 

to activate the widget the shortcut key is same i.e. alt+w.

the default example of tile layout has the grid inside tile.

https://demos.telerik.com/kendo-ui/tilelayout/index

 

 

Mihaela
Telerik team
 answered on 17 Mar 2021
1 answer
165 views

Hi - we use MVVM binding al lot in our kendo application.

Are there any samples / help pages that list the attribute names to use when declaring a TileLayout in MVVM style ?

Something similar to the information presented on this page: https://demos.telerik.com/kendo-ui/mvvm/widgets

Regards

Tom

Mihaela
Telerik team
 answered on 11 Mar 2021
1 answer
217 views

I have an issue and I need someone to see what I'm doing wrong...

I tried to use several times "reorder". I simplify the test to this :

<!-- container templates -->
  <script id="barcelona" type="text/x-kendo-template">
            A
  </script>
 
<script id="sofia" type="text/x-kendo-template">
            B
</script>
 
 
$("#home-super-container").kendoTileLayout({
                containers: [{
                    colSpan: 1,
                    rowSpan: 1,
                    header: {
                        text: "Barcelona"
                    },
                    bodyTemplate: kendo.template($("#barcelona").html())
                }, {
                    colSpan: 1,
                    rowSpan: 1,
                    header: {
                        text: "Sofia"
                    },
                    bodyTemplate: kendo.template($("#sofia").html())
                }],
                columns: 2,
                columnsWidth: 285,
                rowsHeight: 285,
                reorderable: true,
                reorder: function (e) {
                            console.log(e.newIndex, e.oldIndex);
                }
    });

 

The console.log indicates (0 0), it should be (0 1) or (1 0)...

 

Mihaela
Telerik team
 answered on 09 Mar 2021
1 answer
73 views

I want to identify or handle the tiles separately through JavaScript by the id or custom attribute e.g. data-functional-id. 

is there any provision which will allow me to add custom attribute to the tiles? 

Tsvetomir
Telerik team
 answered on 04 Mar 2021
5 answers
1.4K+ views

Hi !

I using telerik jquery , when i using tilelayout, i like action as : Drag, drop. 

 

But I want to save layout and reload it in later.

 

Please help me to do it !

 

tks !

Nikolay
Telerik team
 answered on 09 Feb 2021
1 answer
115 views

Hi Telerik,

 

When resize the container after add new using SetOptions(), sometimes it will trigger error message "Uncaught TypeError: Cannot read property '0' of undefined".

Kindly share the solution for this issue.

Anton Mironov
Telerik team
 answered on 13 Jan 2021
3 answers
313 views

Hi Telerik support team !

 

I have a problem when using 2 tileLayout. When I drag item from tileLayout 1 to inside tileLayout 2 Error appear "Uncaught TypeError: Cannot read property 'order' of undefined"

 

Please help me to avoid it. 

 

I thing to hidden when overflow container of tileLayout but i don't way to set it.. Please helme.

 

Here is code

https://dojo.telerik.com/IkeHoxob/9

Nikolay
Telerik team
 answered on 16 Nov 2020
1 answer
790 views

How do I reduce the Tile container header font size, reduce header size and remove padding between containers?

Thanks.

Nikolay
Telerik team
 answered on 16 Sep 2020
1 answer
103 views

Dear Admin,

 

I am developing the list which can drag and drop in "list to list" and "item to item". But there are some bug, can you suggest anyway to overcome it. I write a example in the following. Thanks. 

 

https://dojo.telerik.com/@eltiel/uZAWoYiy

 

Regards,

Simon

Tsvetomir
Telerik team
 answered on 04 Sep 2020
1 answer
646 views

How to define different layout based on media queries? Autoflow to another row etc?

Preslav
Telerik team
 answered on 11 Jun 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?