923 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
58
views
Issue when persisting kendo-tabstrip tabs using keepTabContent=true (2 tabs rendered at the same time)
I have the following section in a simple page that displays 2 tab, each tab has a component that executes some calls to the backend and renders a a grid, some dropdowns fields, and some more fields.
I ...
0
votes
0
answers
44
views
Angular Directive to update Tooltip on Kendo MultiSelectComponent Chips
I am attempting to update the tooltip on selected items in an Angular Kendo MultiSelectComponent. I do not wish to use the <ng-template kendoMultiSelectTagTemplate> because I don't want to ...
0
votes
0
answers
37
views
Why does Kendo Angular WindowService.open() scroll the page to the bottom when opening a modal?
I’m getting a weird scrolling jump whenever I open a Kendo Angular modal via my shared WindowService. As soon as I call:
ts
Copy
Edit
this.windowService.open({
title: 'My Modal',
content: ...
0
votes
0
answers
38
views
Kendo Angular Grid Paging bringing back all records instead of subset of records
I have a kendo angular grid being populated by an oracle database. I can not get the paging to work properly. it is my expectation that if i have the paging set to 50 records that I should only ...
0
votes
0
answers
159
views
My Kendo UI Core added components are not rendering correctly in Angular 19
I am trying to use Kendo UI core in Angular 19, but my components are not rendering correctly, if at all.
My component template looks like this:
<h1>Hello Kendo UI for Angular!</h1>
<...
0
votes
1
answer
49
views
kendo-fileselect not submitting with other form elements
I have a kendo-fileselect (https://www.telerik.com/kendo-angular-ui/components/uploads/fileselect) in an HTML form, along with several other elements (checkboxes, etc). The other fields are picked up ...
1
vote
0
answers
105
views
KendoUI grid component import error 'imports' must be an array of components, directives, pipes, or NgModules
when i am import import { KENDO_GRID } from '@progress/kendo-angular-grid';
this KENDO_GRID in import arrays than it is show the imports' must be an array of components, directives, pipes, or ...
0
votes
0
answers
48
views
How to prevent Kendo UI input components from being focused when browser autofill is triggered in Angular?
I am working on an Angular application that uses Kendo UI components like kendo-textbox, kendo-combobox, and kendo-datepicker. The issue I am facing is that whenever the browser autofill feature is ...
0
votes
1
answer
130
views
Kendo PDF Angular does not read special characters
I am using Kendo to create a PDF, but I need to display special characters like 'Frío.' However, it doesn’t print correctly; it only shows 'FR ̋O.'. How can I fix it?. I am using several fonts and many ...
0
votes
1
answer
29
views
How to display kendo `kendoGridSelectAllCheckbox` in filter row?
Below code add select all checkbox in header row and works as expected:
<kendo-grid-checkbox-column [showSelectAll]="true">
<ng-template kendoGridHeaderTemplate&...
0
votes
0
answers
53
views
Kendo modules latest update using @use @forward brought to problems with theme
After the Latest Kendo-modules update (v17) in node modules, kendo start using @use @forward as the latest SCSS updates make @import deprecated.
I overwrite some of the kendo-variables in my theme ...
1
vote
1
answer
150
views
Importing Kendo UI SCSS Files Module/Component-Wise in Angular Nx Application
I am developing an Angular application using the Nx framework and have integrated Kendo UI components. To optimize and modularize the styling, I am importing SCSS files specific to each component like ...
2
votes
1
answer
108
views
Angular content projection <ng-content> inside a KendoUI Grid
I am attempting to standardize a lot of my grids for my application. They all follow the same general set up for filtering, sorting, etc. But each grid might have some specific customizations. Usually ...
1
vote
0
answers
45
views
Kendo Scheduler component focus on last added/edited event
I am using Kendo UI's Scheduler component as a planning tool.
I am using the multi-week-view component to visualize the workitems of multiple people across multiple workplaces.
When I add/edit/remove ...
0
votes
1
answer
317
views
How can I modify Kendo dropdownlist background color?
I am using Kendo for Angular 14 and I am having a problem with modifying the background color of the dropdown list. From what i can gather, when the dropdown list object is opened, a new DOW object ...