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
Hi team,
is there any shortcut to resize the grid column using keyboard?
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
<script src="@Url.Content("http://cdn.kendostatic.com/2013.3.1324/js/cultures/kendo.culture." + culture + ".min.js")"></script><script> kendo.culture("@culture");</script>@Html.Kendo().Upload().Name("attachments").Events(events => events.Select("OnUploadSelect"))Hi,
I am new with Telerik framework, I have an MVC project and I need to create a web page for creating Sales Invoice
The Invoice page has some information as Customer Code, name, Invoice Date... and a grid with some Information as Item Code, Name, quantity, price...
there is a button as Save
I need an example of how I can send the Invoice information to the Save action and how the Telerik framework can make it easier
thanks
the follow code not working...
var tabStrip = $("#TsMain").kendoTabStrip().data("kendoTabStrip");
tabStrip.select(1);
var tabStrip = $("#"+controlName).kendoTabStrip().data("kendoTabStrip");
Hi all,
I have this problem:
We would like to change the date format of the chart series tooltip. The desired format is dd/mm/yyyy. The culture of the site is english. In attached you find the example of the tooltip that we would like to change in the format.
Can someone help me on this issue?
Thank you a lot,
Claudio
Hi. I want to show a basic grid and I could bring json data but I can't show my data on the page.
My sample data set is here.
}
My JS code is here.
$(document).ready(function(){
$("#grid").kendoGrid({
dataSource: {
transport: {
read: {
url: "my json call url",
}
},
schema: {
model: {
fields: {
id: {type: "string" },
bloodSugar: {type: "string"}
}
}
},
pageSize: 0,
serverPaging: true,
selectable: true,
serverSorting: true
},
height: 550,
sortable: true,
filterable: true,
pageable: true,
columns: [
{field: "id", title: "id"},
{field: "bloodSugar", title: "bloodSugar"}
]
});
});I could see the json data at my chrome network console but I can't see the data at html view.
I want to know what is the problem...
please help me. Thank you.

Hello,
I would like to know if I can add a dropdown list for some cells that users can select instead of plain text.
For example, consider the below demo
https://demos.telerik.com/kendo-ui/spreadsheet/datasource
Can we have some fixed dropdown values to UnitPrice and Discontinued columns to the same example?
Thanks
