Hello,
I'm using Kendo.UI [2016.1.217.commercial].
And, I encountered a problem about TreeView. I want set some data items checked by code, these data items did not have expanded. What should I do?
I used " dataItem.set('checked', true) ", but it won't work.

I recently upgraded Kendo in my web app, from 2015 Q2 to 2016 Q1. One of the use case being heavily used in my app is broken now. Please go to this url to reproduce the problem - http://dojo.telerik.com/oJOTE.
I'm showing 2 pre-selected item in this example, Try to search for "chai" and see what happens to pre-selected items. They get cleared.
Then, try it after removing "minLength: 3" option, and repeat the same steps. It works fine. But I do need minLength option.
Please suggest asap.
Thanks,
George
Hi,
Im using a kendo chart on a log scale, My values can not be 0 however they can be 1.
As shown in the dojo, my bars with value 1 are not shown. If you comment out the "type":log you will see the missing columns appearing.
http://dojo.telerik.com/iVuTe
Why is my chart behaving like this?
Thanks in advance!
I'm trying to have my charts and grids interact smoothly together. Is it possible to have multiple charts using the same data source? Then when clicking on a section of one chart, the other charts data shifts to reflect more narrowed/specific information?
Thank you.
Hi!
Which data format should use with the kendo UI AngularJS donut chart in order to get multiple inner donuts (see the attachment)? I have managed to draw a donut with one only by using the following simple data format:
[{ "source": "Hydro", "percentage": 22 }, { "source": "Solar", "percentage": 2 }, { "source": "Nuclear", "percentage": 49 }, { "source": "Wind", "percentage": 27 }];
However, I need multiple rings. Could you please help me out? It would be cool if Telerik provided data structures also for AngularJS examples.