Telerik Forums
Kendo UI for Angular Forum
0 answers
177 views

Greetings

I am using the Kendo buttons and the Kendo utils, among others in our application. Recently, I was updating to later angular versions, namely from v11 to v16, as we have fallen too much behind. The packages for the Angular versions 6-11 do not have problems when building. The above packages, from angular v14-16, both the v8.2.2 and the v13.1.0 for buttons and the utils since the first have the following problem:

When I'm trying to import anything from @progress/kendo-angular-grid/utils and the button.service from @progress\kendo-angular-buttons, the IDE recognizes correctly the folder address and imports everything automatically without problems. When I'm trying to build or serve the application, though, it cannot find the packages under no circumstances. I tried to modify the path in the IDE, prefixed with 'node_modules', no result. I have discarded the node_modules folder and cleared the npm cache many times, again no result. I also uninstalled and reinstalled everything from the kendo libraries and any dependencies, again no result. 

I built a new project in angular 16, as well, where the said packages work correctly. I cannot find for any reason which dependencies or anything else is causing the problem, so I'm asking you if you have any idea why. I am attaching below the package.json in a text file to see which other packages we are using and a screenshot of the errors, as well.

Thanks in advance

devnb
Top achievements
Rank 1
 asked on 14 Jul 2023
1 answer
57 views

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

Yanmario
Telerik team
 answered on 26 Jan 2023
0 answers
88 views

When I would like to use icon in button like this:

<button kendoButton icon="gear" class="k-button" [disabled]="someMethod()"></button>

everything is ok. I see gear icon into a button.

If I would like to use directive kendoGridAddCommand like below:

<button kendoButton icon="gear" class="k-button" kendoGridAddCommand [disabled]="someMethod()"></button>

I see two icons into the button. What is going on? I cannot understand what's adding second icon.

Without directive:

With:

Robert
Top achievements
Rank 1
 asked on 05 Sep 2022
1 answer
2.6K+ views

I actually have a grid, in every column there's a delete button and when clicking on it, it has to remove the row.

Even though i used" kendoGridRemoveCommand" in the code below, nothing is working: 

<kendo-grid-command-column title="Command">
        <ng-template kendoGridCellTemplate >
            <buttonkendoGridRemoveCommand icon="delete" style="color: red;"></button>
        </ng-template>
    </kendo-grid-command-column>
Paul
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 28 Apr 2022
0 answers
188 views

Hi,

I have a kendo grid and in each row, I have a kendo switch button. When focusing on the kendo switch in the first row, the JAWS screen reader reads the entire grid values. The expected behavior is JAWS should read only the aria-label value along with Switch's action(Switched on or Pressed Off). I tried setting role="switch" and role="button".  How to fix this?

Here's the stackblitz link:  https://stackblitz.com/edit/angular-egapar?file=src%2Fapp%2Fapp.component.ts

I've attached JAWS' Speech history.

 

Thanks

Sowmiya
Top achievements
Rank 1
 updated question on 22 Apr 2022
1 answer
74 views

We use Kendo in our app and I work within Stackblitz doing quick prototypes.  Yesterday, I notice most of the buttons and input components styling in my prototype were broken.  I haven't actively coded in a few days, so knew it was something related to a dependency. 

I see you all dropped a new release with a lot updates to buttons, inputs, etc.  Cool - but I think you have somethings to sort out.  I thought it was on my end and if I updated dependent packages  it might all fall into place.   

But I see now that its effecting your own demo's /examples from your site.   Did you anticipate this to be breaking changes? 

Check out the checkbox interfaces:  - this is pretty bad, and makes it unusable. 

 

 

Also styling in the header filters and the column chooser as just a few examples:

 
LJ
Top achievements
Rank 1
Iron
Iron
 answered on 20 Jan 2022
1 answer
455 views

Hello guys!

I have a button inside a grid cell that I am using to open a new tab in the tabstrip component.

The button displays a contract number

Is it possible to make this button look like a link?

Thank you!

Hetali
Telerik team
 answered on 01 Oct 2021
1 answer
51 views

As the topic explains I want to create an extra column (without column header) with buttons that every one of them opens in a kendo ui window component that has all the fields of the same row as the button, with its values as content.

Is it possible?

I am using Kendo UI for Angular

Yanmario
Telerik team
 answered on 30 Sep 2021
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?