Hello,
I am currently using the Kendo UI ComboBox widget in terms of a demanding Angular4 project and am facing the below issues:
1. The ComboBox is at the bottom of the page. When I open it, it is displayed as usual (and that's fine!). However, when I filter its content, the ComboBox does not respond as intended. Its expanded list does not appear exactly above the ComboBox. It remains where it was initially and there is a gap between the list and the ComboBox. Please take a look at the 3 screenshots attached in order to get a better understanding.
2. The response time for the scrolling action (outside the expanded list) seems to be much longer than it was expected. The expanded list remains for some seconds above the ComboBox. After that, the expanded list appears below the ComboBox. It is not possible to upload a screenshot for this case as it has to do with the time the expanded list needs to appear where it should without such a long delay.
Sorry for the Greek language used in the screenshots and thank you very much in advance!
I can show a table with columns inside the ng-template kendoGridDetailTemplate mimicking the look of a grid, but I want to know if there's a possibility to have a kendo-grid in the detail template to take advantage of sorting, filtering of the inner grid.
Also, is there a grid feature for aggregating columns for kendo-grid with Angular?
Thanks!
Does a Kendo UI license cover all parts including Kendo UI controls for Angular, Kendo UI controls for jQuery, Kendo UI controls for React etc. or do we have to purchase each license separate?
If our team has to buy separate licenses for Kendo UI controls for Angular and Kendo UI controls for jQuery, where is the pricing information given?
P.S.
For the time being, our team needs only Kendo UI controls for AngularJS.
Hi All,
Is it possible to use Kendo UI in Ionic 2 mobile app? Any sample projects or tutorials?
Thank you.
I get this error:
TypeError: element.getBoundingClientRect is not a function
When trying to show a popup on a numeric text box. Please see my Plunker
https://plnkr.co/edit/yiFG7JrF49vEVJspCmiG?p=preview
Am I doing something wrong or is this a bug?
This simple example throw the error "The 'value' should be a valid JavaScript Date instance." Please help.
I also tried with [value], [(ngModel)] -- yield Uncaught Error: Template parse errors:
<ng-template kendoGridEditTemplate let-dataItem="dataItem">
<kendo-datepicker [format]="'yyyy-MM-dd'" name="abcd"
value="2018-01-01"></kendo-datepicker>
</ng-template>
Is it possible to configure the highlight of a bar / column series to make it more obvious that the series is clickable? I tried changing the border of the series's highlight property but from the documentation, it seems border is only available for "donut", "bubble", "pie", "candlestick", or "ohlc" charts. I just need a way to make the series data pop out more when user hovers over it so they know it's "clickable". Even if I can change the mouse cursor to pointer would be nice.
Is there a way to create a line chart with only markers? Scatter chart only works with numeric x-axis, but I have a categoryAxis. I tried setting line color to white and having the markers be a different color but then hover over turns the marker to white and the legend shows a white line for that series.