Hello,
I am trying to rotate the headers of the Kendo UI grid 90° like it is described here: https://www.telerik.com/forums/rotate-headers-90deg-(vertical-headers)
This is working in the browser but when I export the grid as PDF, the header text is cut off at the top. See attached pictures.
Thanks.

When you click on the filter icon in a Grid column, the popup window by default sets the focus to the drop down list for the filter operators(Contains, Starts With, etc.). My users want to start typing in the text field immediately. How do I set the focus to the text field as soon as the filter box pops up? I looked at the filterMenuInit event, but couldn't see a solution.
Thanks.
Hi,
I'm trying to implement some kind of logic to dynamic build Pareto chart using kendo jquery. Please find my example here - https://dojo.telerik.com/AhabIZow and a short description how it looks like:
1. configured series outside of the scope - seriesSettings. It should be able to contain more series (not only pareto)
2. depending on the seriesSettings, set the type = column and add a line series
3. handle the datasource change event and add values behind the calculated percent. I used to add the values in the data items behind each category as expect the line chart to take the maximum.
In the end I face a problem as the columns are not ordered by values descending. Another thing is that the part with the custom aggregation logic may be is not necessary. I tried using the datasource groupage, but it creates a new series per each category. Could you please advise how to fix these problems and is there a better way or event handling to achieve the Pareto requirements.
Thanks, Boyan.
Hello,
Currently running Kendo UI Builder has missing the Treelist component, need to integrate Treelist component drag & drop without update the whole Kendo UI Builder. What is the procedure? please guide step by step. Thank you
Looking forward to it.
BR/Ikram


Hello,
i've been searching with no luck on how to display the time from 1:00pm to 13:00 on the time ruler. I am using mvc razor for my project, could you guys guide me on the right direction? Thanks!

Hi, Dev Team!
Where i can retrieve all list of possible icons for breadcrumb?
Thank you.

If I load my treeview, then apply .filter on the root dataSource, when I open my nodes, the sub-items are all displayed, they are not filtered.
But, it works if loadOnDemand = false.
You KNOW that bug, because in that sample, you specifically set the "loadOnDemand = false" option.
https://docs.telerik.com/kendo-ui/controls/navigation/treeview/how-to/filtering/filter-out-search-results
I was able to fix it by applying the "main" filter to my nodes dataSource (node.children), on the "expand" event.
But, I think you should fix it in your source code instead!

