Hi,
I'm using kendo grid in angular. I'm trying to hide/remove the total cell from the kendo grid using *ngIf, but only content inside the cell is hiding, empty cell is showing.
How to hide the total cell from the grid,
This is the code , I have used
<kendo-grid id="antibiotic-result-view" [data]="uniqAntibioticList" [resizable]="false">
<kendo-grid-column field="Expansion" [width]="150">
<ng-template kendoGridHeaderTemplate let-column let-columnIndex="columnIndex">
<div class="antibiotic-heading">{{"Antibiotic" | translate}}
<mat-checkbox type="checkbox" [ngModel]="allCompleted" disabled="true"></mat-checkbox>
</div>
</ng-template>
<ng-template kendoGridCellTemplate let-dataItem let-rowIndex="rowIndex">
<div *ngIf="dataItem.IsSuppressed">
<span>{{ dataItem.Expansion }}</span>
<mat-checkbox type="checkbox" [ngModel]="dataItem.IsSuppressed" disabled="true"></mat-checkbox>
</div>
</ng-template>
</kendo-grid-column>
</kendo-grid>I have been trying for past 2 days, could someone help me on this ?

Hi All,
We recently have undertaken an effort to upgrade our project to Angular 16 and as part of that we also updated all of our Kendo libraries to 14.2.0. Since the update, many of our datepicker inputs are behaving extremely strangely, namely, you open the datepicker and it starts frantically scrolling into the past without stopping. I'll attach a gif showing the issue.
Strangely I can't seem to reproduce it consistently, it happens on our test server every single time but not on my local machine. Here is an example of how the datepicker looks in code, though it happens across many of them in the application:
<kendo-datepicker
class="w-100"
[value]="getDateTimeValue()"
[format]="'MM/dd/yyyy'"
[disabled]="valueCanBeEmpty()"
(valueChange)="handleDatePickerValueChanged($event)"
[popupSettings]="{appendTo: 'component'}"
[attr.data-qa-id]="'datepicker-value-'+field.SourceName">
</kendo-datepicker>Any help would be appreciated
Hello,
I have a kendo grid with many columns and virtualcolumns set to true. I would like to know how to have the horizzontal scroll working while selecting cells with drag enable in order to select cells that are outside of the portion of grid visible in the screen. I've noticed that if I set drag to false the scroll works but then I'm not able to select multiple cells with the mouse. Thanks
Is it possible to do nested grouping in a grid? And I don't mean a column grouping. Like handling a case where the grid can do a
file1
file2
folder1
file3
folder2
folder3
folder4
file4
file5And do we have some sample code if this is possible?
Thanks!
J
I have a custom control type in a toolbar container (a simple input text box); inside the input box the arrow keys do not work.
Upon investigation I discovered that the problem is related to toolbar navigation (it adds a listener to the keydown event and overrides the arrow keys), so is there a method to avoid this? I though there was a property like navigable to enable or disable this feature.
I found a workaround, but it's almost a hack because it accesses private variables:
inside aferviewInit of toolbar's the parent i call 😱
toolbar["toolbarKeydownListener"]()
to remove the listener, it works until you change the listener name.
i did an example
https://stackblitz.com/edit/angular-ubjvvg?file=src%2Fapp%2Fcustom-tool.component.ts,src%2Fapp%2Fapp.component.ts
Greetings
I have an angular project that has a kendo grid that needs to be exported into PDF. Kendo grid has an expanded details per specific items when conditions met.
As can see below, I need to make the parent row to be together with its expanded detail when the page breaks. How can I achieve it?
Appreciate the response about my inquiry.
Thank you!
I am having an issue with compiling angular (webpack) after adding @progress/kendo-angular-pdfviewer@14.3.0. It is referencing pdfjs-dist in the error. I do not see anywhere in the Getting Started > Dependencies about pdfjs-dist being needed. The StackBlitz demo does not contain that library either. When I try adding the pdfjs-dist module (either latest 4.0 or earlier 3.11), more errors occur related to pdfjs-dist. My tsconfig.json compilerOptions has module=es2020 and target=es2022. I do not have issues with any other @progress/kendo-angular-xxxxxx modules, and the @progress/kendo-license is included. Here is the error without pdfjs-dist module installed:
ERROR in ./node_modules/@progress/kendo-angular-pdfviewer/fesm2020/progress-kendo-angular-pdfviewer.mjs 17:0-43