Telerik Forums
Kendo UI for Angular Forum
2 answers
10 views

hi,

 

i have a snippet codes:

https://codesandbox.io/p/sandbox/adoring-galois-4cpxxm?file=%2Fsrc%2Fapp%2Fapp.component.ts%3A29%2C1

 

what i want is 

if the product name is "Chai", i want to give the "TD" cell  a speical css class name.

     <kendo-grid-column field="ProductName">
        <ng-template
          kendoGridHeaderTemplate
          let-column
          let-columnIndex="columnIndex"
        >
          {{ column.field }}({{ columnIndex }})
        </ng-template>
        <ng-template
          kendoGridCellTemplate
          let-dataItem
          let-field
          let-rowIndex="rowIndex"
        >
          <span>{{ field["ProductName"] }}</span>
        </ng-template>
      </kendo-grid-column>

 

i can get the product name by the above codes, but i dont know how to set the "TD" class name . the TD is the parent element of the span .

can you please tell me how to do this?

Zornitsa
Telerik team
 answered on 01 Aug 2025
1 answer
5 views

How can I create an Angular LineChart where each point on the chart has a different color, as shown in the attached image?

Thanks

Hetali
Telerik team
 answered on 31 Jul 2025
0 answers
7 views
Hi! I am using kendo pdf viewer. The issue i have is that component behind the scenes is creating a canvas. This is not allowing me to ctrl + c. I am not sure why is this happening to me but not in the demo page. Do you have any clue what's happening ?

  <kendo-pdfviewer
    *ngIf="isPdfViewerVisible && pdfSource"
    [url]="pdfSource"
    style="height: 100%; width: 100%"
    [tools]="tools"
  ></kendo-pdfviewer>
Vadim
Top achievements
Rank 1
 asked on 31 Jul 2025
1 answer
12 views
Is there template available in timeline component to customize date being displayed on left side which is opposite of card?
Zornitsa
Telerik team
 answered on 30 Jul 2025
1 answer
12 views

Hello,

I am working on implementing  the Angular Editor: https://www.telerik.com/kendo-angular-ui/components/editor

One of the requirements is that when links are pasted, they turn into hyperlinks.

I was unable to find any info on how to implement this in the Forums or elsewhere.

I checked the jQuery editor https://www.telerik.com/kendo-jquery-ui/documentation/controls/editor/pasting and that one had it built in.

Any ideas on how this can be implemented?

Photo below shows missing behavior:

Yanmario
Telerik team
 answered on 25 Jul 2025
1 answer
15 views

Hi,

Is it possible when using the autocomplete to not show the popup when there is no data available. I'm aware that there's the no-data template but that still shows the popup even if nothing is attached.

I was considering using the open/close event functionality which might work but I don't think it fully suits the use case.

The scenarios are as follows

1. Start Typing and item found -> show popup
2. Start Typing and no item found -> don't show popup
3. Popup open and we type until no item found -> don't show popup

Any help on this would be appreciated! 

Martin Bechev
Telerik team
 answered on 14 Jul 2025
2 answers
85 views

I am facing issues in the majority of components in kendo angular while using a Japanese Keyboard on ios devices. 

After selecting keyboard auto suggestions, issues are like

1- while typing another character, it auto clearing the textbox completely or partially.

2- on entering backspace, it clears all text in the text field instead of clearing each text character one by one.

we have tried the latest version available in kendoUI, it also found the same issue. 

it is working fine in jquery widgets.

Attaching a video to understand the issue in more detail.

f.hirashima
Top achievements
Rank 1
Iron
 answered on 14 Jul 2025
1 answer
28 views

Hi,

Every release when we get the latest version of Kendo, I download the Kendo License from telerik web site and it worked. This release how ever, it is still complaining that the license is expired.

I did follow all the steps mentioned in your web site. But when I bring up our UI we see this error.

We are in the process of upgrading Angular and this is very crucial for us. Please let me know how to resolve this issue.

Here is the details in the console.

My license is valid till November 2025.

 

Regards,

Jyothi

Hetali
Telerik team
 answered on 11 Jul 2025
1 answer
13 views
I am trying to use kendo-grid for angular on iOS (tablets) with kendo grid for angular.
I've noticed that grids dont show the context when pressing and holding on a line. I looked and saw that this was asked before, and wanted to know if there is a native solution for this. 
This theard:
https://www.telerik.com/forums/kendo-grid-context-menus-do-not-work-on-iphone-(ios-version-%3D-13)
Zornitsa
Telerik team
 answered on 11 Jul 2025
1 answer
12 views
Hi Telerik Team,

I'm currently using the <kendo-contextmenu> (@progress/kendo-angular-menu v15.3.0.) component in an Angular application, and I'm binding menu items dynamically using the [items] input.

I would like to conditionally disable a specific menu item based on a boolean variable. However, I’ve found that the disabled property on a MenuItem is not respected when using data-binding mode.


What I've tried so far:
Adding disabled: true and cssClass in the item definition

Using kendoContextMenuItemTemplate with custom ngClass to style the item

Preventing the (select) event manually

Styling with pointer-events: none

Injecting disabled attribute at runtime using requestAnimationFrame as a workaround

Problem:
None of the above approaches allow me to truly disable the menu item (i.e., prevent interaction at the <li> level) via a clean Angular-style directive or binding.

Question:

Is there an officially supported way (or recommended workaround) to disable items in a Kendo Angular ContextMenu when using the [items] binding?

If not currently supported, is this on the roadmap?

Any guidance or alternatives would be greatly appreciated.

Thank you!
Martin Bechev
Telerik team
 answered on 11 Jul 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?