Hi,
I'm trying to create a radar chart with different a different color for each column. I have managed to get this http://dojo.telerik.com/@danieltulp/ivUZO but now I have created multiple series and there maybe a better solution. If there isn't how can I resolve the problems I now have:
- the ordering is not from first series at the top and then clockwise which is what I want, how can I create a good ordering?
- how can I have the series name displayed next to them?

<div style="width:400px; margin-top:15px; font-size:x-small;"> <div id="fileTable"></div></div><script type="text/javascript"> $(document).ready(function () { var fileData = new kendo.data.DataSource({ transport: { read:{ url:"@Url.Content("~/Import/GetFileList")", dataType:"json" } }, schema:{ data: "Files" }, pageSize: 5, page:1, serverPaging: false }); $('#fileTable').kendoGrid({ dataSource: fileData, columns: [ { field: "FileName", title: "File Name" }, { field: "FileSize", title: "Size" }, { field: "FileDateText", title: "Date" } ], pageable: { refresh: true, pageSizes: true, previousNext: true }, scrollable: false }); });Hello,
In newest release I have problem that:
I have a service that creates new scope and loads template that contains kendoWindow. Inside kendoWindow there is a directive containing dropdownlist. Now when I close kendoWindow then I destroy scope that service created as it is no longer used. The problem is that when I do this I got kendoError.
Example:
http://dojo.telerik.com/UNayO/2
How to solve this problem?
On selection autocomplete control item second time the keypad does't up in Surface Pro device on cursor focus in input as Kendo UI version 2015.3.930 being used. Whereas, at the same time I have been verified the same was working fine as expected with 2015.1.***(Q1) version.
Kindly check the same let us know. It would be appriciate a lot in case anyone replay with possible solution as early as possible.
Note*: Above mentioned steps had been verified at kendo DOJO editor in Microsoft surface pro(IE touch APP Mode) as well.
Thanks & Regards,
Santosh
Hi,
I have been looking around for a simple solution to this, but couldn't find any.
In the past we have always used the RadEditor for ASP.Net Ajax. When you added an image in this editor, you could then right click the image and edit the size, css classes, add a border, even rotate the image.
In the Kendo editor I don't find such functionality, not even the basic version like adding a border.
Could you please help me out on how to achieve this?
Kind regards

I have the following timepicker: <input kendo-time-picker k-ng-model="incident.timeOfIncident" />
If I select 2:00 AM on the server it is appearing as 6:00 AM. I am assuming this is due to timezones. The question is how can I pass the correct time of 2:00 AM?

Hi,
I was wondering if there is a way to set the tabstrip background color based on a bind.
I would like to change the color depending on a validation check.
thanks.
Hi
When i use kendo ui scheduler on my page it will not render properly. i removed other all CSS and checked but problem still there am'i missing something on configuration level?
i have attached a screen shot of kendo scheduler look on my page
Regards