Hello,
while it is still possible to search for ChangeLogs for angular components, the links don't work any more.
The link https://www.telerik.com/kendo-angular-ui/components/inputs/changelog/
results in
We need to check the changeLogs in order to see the latest possible version vor Angular 13 for specific components.
Kind regards,
Michael
Hi
I noticed composite filters dont work in combination with custom filter components
I setup a stackblitz here: Stackblitz
In this example I would expect the grid to show 3 values after clicking filter for the product name:
But it only shows
Chai
Is this expected behaviour?
Hi,
We have been using Kendo UI for angular. The Kendo Grid UI is getting distorted. It was working fine earlier. Nothing has changed (CSS, HTML, Package)
Somehow the CSS is not getting applied.
Thanks,
Bhalchandra
I am new at Kendo UI. Already I add the date module normally as a quick cli setup. But when I want to add another module this trough an error.
Example:
Unable to load package information from the registry: Response timeout while trying to fetch https://registry.npmjs.org/@progress%2fkendo-angular-inputs (over 300000ms)
Upgraded our project to the latest version this morning.
Tried the new size option available for the grid.
This works when using the default fluent theme.
We use a theme customised using the Theme builder and the size option small is not working with the custom theme. I've re-built the theme just now using the updated Theme builder and that still has not worked.
I have a kendo-menu in the upper right corner of the window. When the menu items are pulled down, there is an ugly moment where the menu seems to be partially offscreen, the scrollbar appears and then the menu shifts back on screen and the scrollbar disappears. I was wondering if I could fix this by forcing the menu to appear onscreen. I don't see anything in the api to set the initial position.
Hi,
I am currently trying to upgrade Kendo UI for Angular components to their latest versions (v11.0.0).
For customization, I am using the Theme Builder (https://themebuilderapp.telerik.com). When I export the configured theme, I get some zipped files, one of which is an "index.scss", in which the first line states:
But the latest package of "@progress/kendo-theme-default" is version 6.0.3, and the styles generated by the Theme Builder seem not to be compatible with Kendo components v11.
I tried downgrading this package to 5.12.0, but then the file upload component looks broken:
Is this a known issue?
When will the Theme Builder be compatible with the latest Kendo packages?
Thanks in advance,
Felix
Given multiple groupings, I would like to prepend {groupField: groupValue ->} to each child grouping.
For example:
Group Result:
Supplier ID: 1
Supplier ID: 1 -> Category: Beverages
Supplier ID: 1 -> Category: Beverages -> Name: Chai
How can I retrieve the child group's parent groups, so I can prepend them to the child group's header template?
Thanks!