
Hi!
I have an issue when combining to chart-types (column and area) into one chart. The Column-chart is using Y-axis 1, the Area uses Y-axis 2.
The Area-chart is used only to mark a periode of time (along the X-axis). And the value of the Area-chart series is always "1". The Column-chart has both positive and negative values.
So, the problem is that the Area-chart is using the 0-value from the Y1-axis, not the Y2-axis (which it does belong to). The included picture demonstrates this more clearly.
Can anyone give me a hint to how to make the Areachart start on its own 0-value (from the Y2 axis), instead of the Y1's 0-value?
Thanks!
Jon
Hi,
today Microsoft published the 1.0 RTM of Asp.Net Core, with Visual Studio 2015 update 3.
Can we use it with Kendo UI just fixed for the RC2 ?
Thanks for the support !

when i remove an dom element all effect still exist in kendo, and kendo try to get injector of those removed elements that i removed.
how can i destroy them to stop kendo for get the injector of them.
the function of kendo is setupRebind
and here is my code:
function removeAllChildren(level) { if (vm.dataLevel.length > vm.currentSender + 1) { for (var i = vm.dataLevel.length - 1; i > vm.currentSender; i--) { var idToRemove = "#level" + i + ""; var idCss = "#data-level-" + i + ""; var selectedData = angular.element(idCss).data("kendoDropDownList"); kendo.unbind(angular.element(idCss)); kendo.unbind(angular.element(idToRemove)); selectedData.destroy(); angular.element(document.querySelector(idToRemove)).remove(); } vm.dataLevel.splice(vm.currentSender + 1); vm.currentElement = "#level" + vm.currentSender + ""; }}
but after this, i traced and i saw that my idToRemove elements still exist in kendo and kendo want to access them via this line
var compile = element.injector().get('$compile');widget._destroy();
my app works very good but i have error for every removed element.
Error:
TypeError: Cannot read property 'get' of undefinedat http://localhost:46255/Scripts/kendo.all.js:118139:53at Scope.$digest (http://localhost:46255/scripts/angular.js:17073:23)at http://localhost:46255/scripts/angular.js:17268:26at completeOutstandingRequest (http://localhost:46255/scripts/angular.js:5869:10)at http://localhost:46255/scripts/angular.js:6145:7
please help me :(
Hi,
is there a way to have the "select" event triggered when selecting an already selected node?
Thanks.
Christian.
Hi,
I'm trying to add a custom widget in an editable grid column, I need to be able to modify two inputs in the same cell and display the value of both inputs concatenated by ':'.
i.e.
<input id='input_1' /><input id='input_2' />
once you click on the cell both inputs show up and you can change both values, so, when you get back to your grid view it will show INPUT_1_VALUE:INPUT_2_VALUE.
I haven't been able to get the values for the two inputs at the same time, and I'm only being able to mark the cell as "dirty".
Attached you will find the plugin code, and the grid view so you can see how those textboxes look like.
Thanks,
Is there a supported way to extend how many hours are shown on the scheduler when in the 'Business Hour' view? I'm not referring to how to set the start and end of the work day, but how to show a different range of hours than the business hours I have set.
For example: I have set my business hours to 9am-5pm, but I would like the scheduler to show the hours of 7am-10pm, without changing the business hours, so it is still grayed out appropriately.
Thank you
Overall, I have to admit, I'm finding the map component to be severely lacking. Thus far, following the directions at this Authoring Maps, I've successfully gotten a geoJSON file of the US, with Alaska and Hawaii. But I hate the placement of the Alaska and Hawaii shapes. I have found several other sites, offering much better geoJSON files, but not a single one of them has worked in the Kendo Map component. The fact that it's limited to geoJSON means it's only useful for geographical mapping, which really doesn't suite my needs either. I don't care about roads or streets, I just need a US map, with Alaska & Hawaii within decent spacing of the other states for sales figures,for maps showing active licenses, different categories of client clusterings. I've seen a lot of different Javascript libraries that allow to use SVG images for the maps, which this component doesn't.
I like how fast it is, I like the API into it, but as far as offering good customizable maps, it's severely lacking.
I am using Kendo UI v2015.1.408 and I am unable to export in IE11.
It gives "couldn't be downloaded." error
PS : : I can't move to the latest version of kendo now as we are on the verge of release.
Thanks.
