Currently a tornado chart is not available in the Kendo Charts library. Is there a way to create tornado charts with telerik html charts?
I'm trying to export the kendo-ui platform into the golang programming language and would like to know if the kendo-ui documentation exists in some other format easier to handle. At the moment, I made a robot that goes into the documentation, filters the hml and assembles the corresponding code in golang, but I would like to be able to optimize the process. https://godoc.org/github.com/helmutkemper/telerik https://godoc.org/github.com/helmutkemper/telerik#example-KendoUiDialog-String https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToForm https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToScript
Currently it does not support group/ungroup excel feature using kendo.ooxml.Workbook. Please refer http://prntscr.com/iykrqy for more detail requirement.
There is need to have multi-level Donut chart as shown in the link https://stackoverflow.com/questions/38560456/multi-level-pie-donut-chart-in-kendo The chart here https://demos.telerik.com/kendo-ui/donut-charts/index does shows multi-level of information but it is not the same as required to implement the one shown in Stackoverflow query. In case the series chart with multi-level of information is possible with HtmlChart, please share sample code with data binding to implement the same.
Hi Got a Cheat sheet Functional Programming with JavaScript mail today and was trying out the samples Looks like one of the examples is not working like what mentioned in the PDF In Method Chaining the final code snippet is console log Total Drink Cost drinkTotal which is not working Instead console log Total Drink Cost drinkTotal is working Thought of notifying you Regards Mohammed
From the forum below. Even if the axis type of category is other than "Date" (for example, character string / number), PlotBand's position at the time of panning Please do not move the place.
This is now always on and you can't override it - You can't now put images, formatting, etc, into the header - Not every scenario will have user inputted text in the header - If it's configurable and defaulted to on this won't affect anyone
Need to add Workbook methods to configure how exported Excel will print. Including orientation, paper size and others.
kendo MediaPlayer should allow set playback rate, allow user increase/decrease playback rate.
There is s set precedence among many of your Kendo UI controls in providing a tool tip option, yet the NumericTextBox is not one of them.
It would be nice to know what version a function or method was released in. Please add the version to the documentation so users can easily understand if the function is available in the version they are using.
your claims your components are accessible according to WCAG success criteria are not valid. Even your own website is not keyboard accessible. Try using a keyboard to navigate your components and you will understand why. I will be recommending that our organization not use Kendo UI until you address all 38 WCAG 2.0 Levels A and AA Success Criteria.
Hi Team,
Sorry for the confusion. I don't know where to post this content issue I saw in your website.
Have a nice day :)
...
_destroy:
function
() {
if
(
this
.resizing) {
this
.resizing.destroy();
}
if
(
this
.dragging) {
this
.dragging.destroy();
}
this
.wrapper.off(NS).children(KWINDOWCONTENT).off(NS).end().find(
'.k-resize-handle,.k-window-titlebar'
).off(NS);
$(window).off(
'resize'
+ NS +
this
._marker);
$(window).off(MODAL_NS);
$(window).off(NS);
clearTimeout(
this
._loadingIconTimeout);
Widget.fn.destroy.call(
this
);
this
.unbind(undefined);
kendo.destroy(
this
.wrapper);
this
._removeOverlay(
true
);
},
destroy:
function
() {
this
._destroy();
this
.wrapper.empty().remove();
this
.wrapper =
this
.appendTo =
this
.element = $();
},
...
...
destroy:
function
() {
var
that =
this
;
that._destroy();
Widget.fn.destroy.call(that);
that.wrapper.remove();
that.wrapper = that.element = $();
},
_destroy:
function
() {
var
that =
this
;
var
ns =
'.'
+ NS;
that.wrapper.off(ns);
that.element.off(ns);
that.wrapper.find(KICONCLOSE +
','
+ KBUTTONGROUP +
' > '
+ KBUTTON).off(ns);
that._stopCenterOnResize();
},
...
Pasting a cell value into multiple selected cells results in only the first cell in the range getting the value.
Steps to reproduce:
1) Go to https://demos.telerik.com/kendo-ui/spreadsheet/index
2) Click on cell B3 (Calzone) and press CTRL-C
3) Click on cell B4, hold the shift key and arrow down until cells B4-B7 are highlighted (or select the B4-B7 range with the mouse)
4) press CTRL-V
The outcome is only cell B4 receives the value of "Calzone".
Expected/desired behavior
All cells B4-B7 should have the value "Calzone".
When a ContextMenu is opened for the first time, the animation is not executed. Every consequent open trigger the animation successfully.
The issue can be observed in the following Dojo.
Steps to reproduce:
When the DateInput uses a day-first format, e.g. dd/MM/yyyy, if you try to type in 29/02 the DateInput auto-corrects it to 01/02, which is not intuitive to the user and requires them to go back and fix the date again after typing in a leap year.
The DateInput should allow the user to type in 29/02 until the year portion is not provided.