Hello,
I am having a problem with deleting sheets from a spreadsheet. I am presented with a modal asking me 'Are you sure you want to remove this sheet?' but with no options.
Has anyone ever run into this and, if so, how did they deal with it? I thought it might have been a styling thing, but I've commented out tons of CSS and I'm not getting any options.
https://dojo.telerik.com/@kjvjung/ExuQikak
uid data is integer!!!!!!!!!!!!!!!
but grid's result is not integer.
how to resolve?
Thank you.
Hi Telerik,
I'm using Kendo TileLayout in Jquery.
The requirement is to have RTL support inside Tilelayout component and fixing bug issue about RTL resizing and reordering in jquery.
You have solution in angular but we need in kendo UI jquery.
Is there a way to apply it?
Please help me do it
Thanks !
Hi,
Can I set different shapes for different task types? E.g. hexagon or circle.
I use Kendo UI for build my single page web application. My application will add a tab when user click some menu if this menu will not in a tab list. I have a problem with my application when i use app in a period of time, the app gradually slow and slower. I found the reason is because when i add a new tab (with some kendoUI widget), the document will create some sub element in the end of document and i close the tab the widget in tab removed but the sub element will alive so the size of document increase by time used.
Example 1 sub element:
<div class="k-list-container k-popup k-group k-reset" id="pfe6ef2c-9926-45e3-ac6d-8dcb5bb0855b-list" data-role="popup" style="display: none; position: absolute;" aria-hidden="true"><div class="k-group-header" style="display:none"></div><div class="k-list-scroller" unselectable="on"><ul unselectable="on" class="k-list k-reset" tabindex="-1" aria-hidden="true" id="pfe6ef2c-9926-45e3-ac6d-8dcb5bb0855b_listbox" aria-live="off" data-role="staticlist" role="listbox"><li tabindex="-1" role="option" unselectable="on" class="k-item k-state-focused" aria-selected="false" data-offset-index="0" id="dd8303f9-e1d7-4a3a-8e57-fb1478a5d9e0">20</li><li tabindex="-1" role="option" unselectable="on" class="k-item" aria-selected="false" data-offset-index="1">35</li><li tabindex="-1" role="option" unselectable="on" class="k-item" aria-selected="false" data-offset-index="2">50</li><li tabindex="-1" role="option" unselectable="on" class="k-item" aria-selected="false" data-offset-index="3">100</li></ul></div><div class="k-nodata" style="display:none"><div>No data found.</div></div></div>
Is there any solution to when remove the widget from document, the sub element removed too?
Hi Telerik,
The requirement is to have a vertical or horizontal separator inside tilelayout.
Is there a way to apply it?
Hi ,
I am following the following example to implement the scheduler
https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/events/change
When I am switching to Month view in the scheduler and when I change the month from March 2013 to February 2013 and selecting the
Again when I click on February 2013 the month changed to January in the calendar but it needs to be February 2013
is there anything I missing in the script initilization?