I have a combo inside a column of the grid, i already managed to introduce a default value.
Now i need to block the combo actions, so the user cannot remove the default value.
My grid with combobox:
My code do default value inside combobox:
Hi, I need to rotate cell 90 degree in exported excel file as shown below. I'am using kendo grid jquery export excel feature. I don't find any documentation about it.
Need Source code Below Format Kendo Chart with in the Angular
Present below is jQuery, but instead of jQuery using angular support source code
https://docs.telerik.com/kendo-ui/knowledge-base/display-time-on-value-axis#solution
Please find the reference image
Does anyone know how to correctly configure the PanelBar to work with AJAX content when instantiating via MVVM?
Dojo Example MVVM PanelBar with AJAX content
This code instantiates the PanelBar but does not load the AJAX content
<div id="example">
<ul
data-role="panelbar"
data-content-urls="['https://demos.telerik.com/kendo-ui/content/web/panelbar/ajax/ajaxContent1.html']" >
<li>MVVM Ajax Test
<div></div>
</li>
</ul>
</div>
<script>
kendo.bind($("#example"));
</script>
delete this - wrong forum
Moved to Telerik ASP.Net Core KendoEditor - fullscreen mode in UI for ASP.NET Core | Telerik Forums
Hi,
I was developing using kendo UI TreeList, however I found an issue when I drop a row from 1 parent to another, the source was not reparenting to the correct parent. Instead if was set to wrong position (as for my case it become a parent itself).
Step to reproduce:
Open this url https://dojo.telerik.com/UCUXaloN
Drag "Sprint planning (2012-2728)" and drop it to "Kick off" as per image belowAfter the drop the e.position should be "over" and I expect the row will appear inside "Kick Off" node and not as a parent itself. In the drop event after the "over" I will have my own logic to perform certain task.
Help is needed as I try with different and still not able to position it correctly.
Is there a button on the toolbar that enables a Symbol picker dialog like that found in MS Word? Is there a better option than using ALT codes for a user to type in French accented characters? I don't want to change the localization of the editor - I want to present the editor in English but make it easier for a French user to enter French text. ALT codes and pasting from Word work but not really optimal.
Thanks.
When i use the editor inside a bootstrap modal the "insert hyperlink" shows the window but i can not write in the fields.
Example:
http://jsfiddle.net/keebj1t3/