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?
Hello,
I'm my angular app I'm trying to achieve drag and drop from treeview to grid.
I have on the sidebar a list of items in a treeview and what to drag them to the grid. Even if this feature is not provided out-of-the-box, I could implement it if I had on the drop event, the id of the dragged item and the position where it is dropped.
Is this possible?
Thanks in advance
I am trying to export a <ul> element in pdf using the drawDom.drawing.pdf.saveAs(...) method (kendo.drawing.pdf.saveAs(grid, test.pdf"))) with the following parameters :
grid.options.set("pdf", { forcePageBreak: ".pageBreak", allPages: true, avoidLinks: true, multiPage: true, margin: { left: "20mm", right: "20mm", } });
But even with the class "pageBreak" being properly added to my elements it still doesn't work properly. My pdf page doesn't separate into different pages. And if I add a paperSize:"A4" for example, the pdf becomes blank.
Hello, I'm having trouble using Kendo-grid. I don't know how to make my app remember the column reordering positions. As soon as I refresh the page, it resets to the old value. I haven't found anything even remotely useful on SO. The delete column works fine, when i delete a column it stays deleted until i decide to restore it applinked app. I know there's an event called ColumnReorderEvent, but I don't know how to use it in a way to save the reordered grid as the new default for the user that reordered it.