Hi,
Combobox is not selecting the right item in the dropdown when using data virtualization for paging
I have tried the same virtualization configuration(through K-option) with DropdownList but DropdownList selects the right item no matter how quick the text is inputted (as long as you don't tab out of the control).
Combobox without Virtualization also does not have this issue.
When using combobox with Virtualization and if the user types in quickly (only for the first time after launch), it selects the first element in page 0 instead of selecting the right element.
I have demonstrated this behavior in plunker.
http://plnkr.co/edit/gFD8Ib3bOfbw19aklQho?p=preview
If you type in 'lg' quickly and wait, it selects, 'HTC'. Please let me know if I'm missing any configuration.
Thanks,
Deeptha
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.