I'm having an issue with the operator dropdown in the filter menu of my grid closing after I scroll to the top or bottom of the option list. I found this example on how to prevent that, but I can't figure out how to access the operator dropdown in the grid menu (I'm using angular directives, if that makes a difference)?
I also noticed that some of the grid examples have this behavior, but don't seem to use the method above. Is there another way to get this behavior?
Hi folks,
I am having kendo chart with two series. The first one is a scatterLine series and the second one is a simple scatter series with visible markers. Currently the second series is drawn first and the markers appear bellow the points from the scatterLine series, which makes them hard to see. I tried changing the order of the series, when they are defined, but this did not helped me. Tried switching the scatter with scatterLine and now the order matters. So how to proceed ​with this ​matter?
My second questions is about customizing the markers: how for example I can add an icon plus some text (which comes from the dataItem) next to it? I went trough your documentation, but wasn't able to find an answer.
The third and final question is if there is a click event for the markers? Right now I use on click for series, but I want to isolate this only with clicking on the markers.
Kind Regards,
Zhivko
I have a bootstrap icon in my Kendo Grid column header, which displays fine.
When I group by that column, the icon html gets 'encoded' into a string when the column moves into the 'grouped' box.
Is there any way to stop this behaviour? As I want the icon to display at all times.
example code for the icon: "<i class='glyphicon glyphicon-star' title='​test tooltip'></i>"
Many thanks.
Hello,
I need to load data of 6 series in 3 charts on a selected period which can be many years.
The problem is that the data are aperiodic and sometimes there is only few seconds between samples.
I can't use the resampling because the user need to view the real timestamps.
​Here is what I try to do : https://gist.github.com/anonymous/334712463cad6a2029bb (Take care, the browser freeze with the code in this state)
In this example, the user selects a period of one year and there is only 57 samples in each series from may to july.
I would like to obtain the data in the middle of the charts with empty bands on each side and the shared tooltips when I move the mouse hover the charts.
Have you any suggestions, tips or guidelines to achieve what ​I need ?
Many thanks
Hello,
I need to restore treeview checkbox's state from an object that doesn't reflects tree structure. Tree is already bound. The object contains list of items that are to be checked. These items can lay on different layers of the tree. To accomplish this i use dataItem.set() method. It works great if i need to call it less then 50 times. But once i do it 200+ times - it works really slow(about 6-7 second).
Is there any way to improve performance of this method or do the same in different (faster) way?
Thanks a lot.
I have problem with sorting line chart. Seems it is happening when not all series contain full list of values on category dimension.
Here is example (because it's hard to explain this in words):
http://dojo.telerik.com/iwizO/6
There in dataSource we have only one point for almost all series besides this one: Niciqa Roq Rduoq - it have 2 values one for January and one for February. So i need all series to be sorted in month order.
In case we have all month's values for each seria - it works well. But there can be scenario if we have such data.
I know that it can be accomplished by generating series manually and by setting chart.series property, but i need it to be done via dataSource.
Could you please help to resolve the issue?