Hi,
I have a kendo-grid control on my page, wrapped in parent div-element that calculates the space of the content area.
The grid is configured with ngStyle to have a height.% = 100 and scrollmode = 'scrollable'
The grid takes the available space of the parent div-element with success. At the moment data is loaded into the grid, the grid does not respect the available space and grows in size. The page scrollbars become active, the grid scrollbars remains disabled.
Any idea what's going wrong here?
It seems that the grid only reacts on fixed heights -> height.px = 200 (for example)
Hello,
I wonder what's the difference between assigning to kendo-chart-series-item property with and without [].
I looked at this example and saw there are values assigned to type, style, data and name properties of the series item. Some of the properties are assigned with [] and some without. I think all of them should be assigned with [] because all are component properties, aren't they?
And what confuses me even more, in the example there is a value assigned to type property without [], but in our project we assign to [type], so what's the right way?
Thanks for clarification.
J
I've found a possible regression in the Kendo Angular Tabstrip component. Previously, setting the "tabPosition" to "left" would result in a left-positioned vertical TabStrip, but after updating to the latest Kendo-layout version, it now incorrectly renders as a left-positioned horizontal Tabstrip.
I've attached screenshots of this behaving in two different manners on the official Kendo Angular & jQuery (for comparison) docs pages for
- Incorrect left-positioned but still horizontal Tabstrip behavior in the Angular docs
- Correct left-positioned vertical Tabstrip behavior in the jQuery docs
For reference, this functionality was working correctly in our previous version:
"@progress/kendo-angular-layout": "^6.1.4"
We're now encountering this regression after updating to:
"@progress/kendo-angular-layout": "^6.2.0",
As you can imagine this is having catastrophic effects on layout and positioning (I've attached some screenshots before and after the regression took effect). Please let me know if there's any other info I can provide, and how quickly this can be resolved!
Hello,
I'm working on an angular project and I used kendo-datepicker in several places. A week ago I updated the angular version to the latest one. Before that version 7 was used.
After the updated, there's an issue with the datepicker components. When I select the toggle calendar icon the following error is thrown:
Uncaught TypeError: Cannot read property 'add' of undefined
at HeaderComponent.ngOnInit (index.js:11822)
....
And when I select any date, that's the error, which is thrown:
Uncaught TypeError: Cannot read property 'close' of undefined
at DatePickerComponent._toggle (index.js:6636)
I even tried to use the control in the most basic way in a page, where there's nothing more than it. The result is the same
Angular version: 12.1.2
@progress/kendo-angular-dateinputs: 5.2.2
typescript: 4.3.5
Does anybody has any idea why that happens?
Regards
Hi
Could i have scheduler on bottom right of screen and in same time permaently an Calendar with week on Left screen and not only when i click on current date ?
Regards

Hi,
I got the following question:
How to show an image as Tooltip in a GridDataCell?
The image should only be visible if the user hovers over the cell.
Thanks in advance,
Ben
Hi,
Is there a way to show the lines between parent and child nodes at TreeView ?
Hi,
Is there a way to set the width of a notification to 100% of the available space?
The API documentation suggests I can achieve this using the cssClass property (https://www.telerik.com/kendo-angular-ui/components/notification/api/NotificationSettings/#toc-cssclass). I've tried adding width: 100% to the button-notification class in this fork of one of your examples: https://angular-btu63g.stackblitz.io but the notification width remains the same.
The width does change when I set an absolute value (e.g. width: 600px;).
But I can't predict what the available width will be and when the available space is less than the absolute value I set I get the following:
I want the notification to fill the entire available width (see below example from the Kendo website).
If I'm missing anything in the API documentation kindly point me in the right direction.

Hi,
I tried to implement slotDuration in Scheduler but that"s not working ?
I want only showing event, with X minutes duration in scheduler
Could you help me
Thanks

Hi,
Currently i see if we rewrite AngularJS Kendo Application with Angular12
So i test yours Angular components
What is angular equvalent to JS
$scope.kScheduler.setOptions({
majorTick: majorTickValue,
minorTickCount: minorTickCountValue
})
Regards
