922 questions
0
votes
1
answer
91
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
49
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
50
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
41
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
175
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
57
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
111
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
58
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
146
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
40
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&...
1
vote
1
answer
165
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
124
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
52
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
350
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 ...
0
votes
0
answers
64
views
kendo-grid-checkbox-column in grid angular 17
i want multiple checkbox in grid (kendo UI)
I have common grid
This is my code from common-grid component.
look like that
[![enter image description here][1]][1]
i want checkbox button for both ...