Telerik Forums
Kendo UI for Angular Forum
1 answer
687 views

How can I change the donut size hole?  The holeSize property does not seem to work.  I tried setting it to 1, 5, 10, 20 and it turns the donut into a square.

 

Here's an example plunker

https://plnkr.co/edit/xC6m126rKRv5qI1xFTp2?p=preview

Dimiter Topalov
Telerik team
 answered on 03 Jan 2018
8 answers
120 views

I'm currently completing a project in which I've installed filter menus in my UI Grids. So far everything has been working fine with one exception, that the calendars show up off screen something like 10 or 15 frames below the view I'm in. I remember this being related to collision but I'm not entirely sure where I'd need to input the code to nudge this in the right direction globally. Also this may not be the only problem as I remember in the past, before this issue came up, the calendars were coming up as blank objects.

Let me know if you can think of any extra steps that need to be followed in implementing the calendars in either the datepickers or filter menus for Angular 2/4/5. My project is a .Net Core 2/Angular 4 SPA so it's quite possible that I need some type of script in my Layout.cshtml, I'm just not sure what. 

 

Thank you!

Ron
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 02 Jan 2018
1 answer
126 views
Is there a way to pass additional data to be accessible inside a grid cell template?  For example, I have a property on my component that defines the axis configuration for a sparkline inside a cell template.  How can I bind the sparkline valueAxis property to the component property?
Jacky
Top achievements
Rank 1
 answered on 02 Jan 2018
1 answer
89 views
Grid Crud operation on localdata source (array) not working error  TypeError: Cannot read property 'id' of undefined while click on add button
Dimiter Topalov
Telerik team
 answered on 25 Dec 2017
1 answer
79 views
Grid edittemplate with dropdownlist not loading dropdownlist data
Alexander Popov
Telerik team
 answered on 25 Dec 2017
1 answer
114 views
on you demo app "Custom Editing in Reactive Forms"  add edit function is not working
Alex Gyoshev
Telerik team
 answered on 25 Dec 2017
1 answer
277 views

Is it possible to create a dynamic ButtonGroup like this?

 

<kendo-buttongroup selection="single">
    <div *ngFor="let label of labels" >

<button kendoButton [togglable]="true" [icon]="" >label</button>
</div>
</kendo-buttongroup>

Dimiter Topalov
Telerik team
 answered on 22 Dec 2017
3 answers
570 views

Hello,

I have a Grid with a column where I use an async pipe to format the displayed value using a custom cell template

<ng-template kendoGridCellTemplate let-dataItem>
{{dataItem.Value | myPipe}}>
</ng-template>

 

Unfortunately I could not find a way to do this same transformation for the exported data. Is there a way to use async pipes or pipes in general in combination with the Excel export functionality?

Regards,
  // Lukas

Dimiter Topalov
Telerik team
 answered on 22 Dec 2017
1 answer
702 views
Is it possible to use FontAwesome with controls such as Button or PanelBarItem in Kendo UI for Angular?  
Dimiter Topalov
Telerik team
 answered on 21 Dec 2017
5 answers
722 views

Hi,

I successfully managed to make the Add, save and cancel functionalities in the toolbar of my grid but kendoGridEditCommand doesn't work. I enabled selectedKeys so I have an active row. How can I edit/delete a row using toolbar buttons? Can you provide my an example?

<ng-template kendoGridToolbarTemplate>
    <button (click)="onToggleFilterBar()" class="k-button k-filter-button">
        <i class="fa fa-filter" aria-hidden="true"></i>
    </button>
    <button kendoGridAddCommand class="k-button k-add-button">
        <i class="fa fa-plus-circle" aria-hidden="true"></i>
    </button>
    <button kendoGridEditCommand class="k-button k-edit-button">
        <i class="fa fa-pencil-square" aria-hidden="true"></i>
    </button>
    <button kendoGridSaveCommand class="k-button k-save-button" [disabled]="formGroup?.invalid">
        <i class="fa fa-floppy-o" aria-hidden="true"></i>
    </button>
    <button kendoGridCancelCommand class="k-button k-cancel-button">
        <i class="fa fa-times-circle" aria-hidden="true"></i>
    </button>
</ng-template>
Dimiter Topalov
Telerik team
 answered on 20 Dec 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?