
Hi, I would like to do a "Top 4" ordered Bar Chart but I cannot sort the grouped value results and include only the best 4 values
(I do not sum values but I just count the items in each group)
see the Dojo Code
I am trying to load remote HierarchicalDataSource to Kendo-UI TreeList with loadOnDemand. I see that the data function is called with the response that consists the first element . But the data is not displayed in the TreeList, instead the message 'No records to display' appears.
Also have notice that the function hasChildren is not called. (BTW: this code works with TreeView)
Please advice.
I created a stacked chart on "Component" with a sort on the "Code" column. With the stacked column the chart sorts correctly on Code with 11 coming before 54. But when I switch to the stacked/grouping mechanism on Component the sorting switches to 54 and then 11. It might be due to something else but all I can think of is the stacked variable took over the sorting. My example is located at http://dojo.telerik.com/@dhighfield/EfuVA/3. I am expecting the Code 11 to always come before 54 since I have sorting set to Code.
Thank you for your time and assistance as always.
I cloned you example page here.
http://dojo.telerik.com/@cchu/ONOZi
Is there any why I can disable or enable that create button and those Edit and Delete ones by some condition? Maybe a Boolean value defined somewhere in View Model.
if that value changes it's able to refresh the status of those buttons.

I'm trying to figure out how to retain the aspect ratio of image elements that are resized.
In principle it seems like this can be handled by setting the SVG image element's preserveAspectRatio property to "xMidYMid meet" or the like.
I cant figure how to apply this property in the template (which would be the ideal place to apply it).
I've tried manually applying the property after the itemboundschange but this doesnt seem to work until the diagram is reinitialized after a page refresh.
Any suggestions?

Hello
I wanted the events size to be 100% of the cell.The event should occupy the whole cell . As in my application we will have only one event for a day.Is it possible.
http://dojo.telerik.com/oguzU/2

Dear all,
I use PanelBar through angular integration. I link my kendo bar with my controller thanks to k-data-source.
<ul id="kendoPanelBar" kendo-panel-bar k-data-source="vm.accordion" k-options="vm.accordion.options">
I use contentURL to load each panelBar. All work fine !
My problem is the cache option which is disable for ajax request : Loading of different contentURL is performed with the addition of a timestamp for the request :
e.g. : selectRecherche?_=XXXXXXXXX
I would like a classic loading of the content without that timestamp addition (for use of $templateCache). How can I disable that ! I didn't find nothing in k-options! (transport ?)
Thanks a lot
Right now it seems that when drag & drop is turned on ( http://demos.telerik.com/kendo-ui/treelist/index ), and I move a row, I can only change its parent. What if I want to change the order of items ONLY?
