Telerik Forums
Kendo UI for Angular Forum
2 answers
133 views

Hi,

I'm trying to update my application to angular 9 (and if i can 10).

I'm facing some issue with the toolbar and buttons created inside ngFor.

Seems that with Ivy the toolbar buttons are not rendered.

Here an example.

https://stackblitz.com/edit/angular-ivy-tzkuw

If you disable Ivy the toolbar works.

B

Petar
Telerik team
 answered on 06 Aug 2020
1 answer
127 views

Hi,

We are using kendo angular library in our application. We need to create pdf and image files of the HTML page. The page contains charts and grid something similar to https://demos.telerik.com/kendo-ui/pdf-export/index. The grid can have multiple pages and child grids as well. The queries are related to this.
1.Can exportImage work on grid with pagination and downloads multiple images corresponding to each grid pages? Like its generated for pdf in this example -  https://docs.telerik.com/kendo-ui/knowledge-base/all-page-content-with-all-pages
2. Can child grid data be exported in pdf and images?
3. In case of horizontal scroll on grid, can it be adjusted to be accommodated in the export?
4. If the grid can be exported with its parent container for multiple pages. 

Svet
Telerik team
 answered on 06 Aug 2020
1 answer
979 views

We are using kendo angular library in our application. We need to create pdf and image files of the HTML page. The page contains charts and grid something similar to https://demos.telerik.com/kendo-ui/pdf-export/index.The grid can have multiple pages and child grids as well. The queries are related to this.

  1. Can exportImage work on grid with pagination and downloads multiple images corresponding to each grid pages? Like its generated for pdf in this example -  https://docs.telerik.com/kendo-ui/knowledge-base/all-page-content-with-all-pages.
  2. Can child grid data be exported in pdf and images?
  3. In case of horizontal scroll on grid, can it be adjusted to be accommodated in the export?
  4. If the grid can be exported along with its parent container for multiple grid pages ?
Svet
Telerik team
 answered on 06 Aug 2020
2 answers
390 views

Hi team,

I am using Kendo Grid to display data using 6 columns. When the row count exceeds 100, the whole Angular component completely slows down, sometimes not even works. I found that this particular component slows down things because when i removed this grid column, everything works as expected. Why's that and how can i overcome this?

 

<kendo-grid-column width="75">
        <ng-template kendoGridCellTemplate let-dataItem>
              <ng-template #popContent>
                  <div class="context-dropdown-menu">
                     <ul>
                       <li (click)="settings(dataItem, 'settings')" >
                                <i class="fa fa-envelope" title="Settings"></i> Settings
                       </li>
                       <li (click)="open(dataItem, 'open')" >
                                <i class="fa fa-share-square" title="Open"></i> Open
                       </li>
                     </ul>
                  </div>
               </ng-template>
               <button type="button" class="btn btn-outline-primary btn-rounded" [ngbPopover]="popContent" #p="ngbPopover" (document:click)="p.close()"
                                (click)="$event.stopPropagation();onClick()" placement="left" container="body">
                          <i class="fa fa-ellipsis-h"></i>
                        </button>
           </ng-template>
</kendo-grid-column>

 

Thanks,

Deepak

Svet
Telerik team
 answered on 06 Aug 2020
1 answer
254 views

Whether Angular Kendo supports Adaptive cards rendering in microsoft bot framework? 

 

Please share any sample code to show the adaptive cards rendering in Angular Kendo UI

Svet
Telerik team
 answered on 06 Aug 2020
6 answers
189 views

Hi, 

The calendar show incorrect abbreviation for days in "pt-PT", but in "pt" is correct. See the comparison in the print.

 

Murilo Alves.

Murilo
Top achievements
Rank 1
Veteran
 answered on 05 Aug 2020
4 answers
6.1K+ views

Checkbox UI is different in angular kendo that is not matching with client UI. In Angular Kendo the CheckBox is displaying as True/False text message instead of displaying just as CheckBox.

 


We tried to fix this issue using plain checkbox html but in this case the checkbox values are not binding with the kendo angular object. So in this case the checkbox value is not updating correctly in gird

Dimiter Topalov
Telerik team
 answered on 05 Aug 2020
1 answer
115 views
I want to be able to move a node one level higher or one level lower. That works with drag and drop, but I want to achieve it programmatically. What would be the best approach then?
Svet
Telerik team
 answered on 05 Aug 2020
1 answer
136 views

hello,

I want a function to convert the state like this format :

filter[logic]=and&filter[filters][0][field]=title&filter[filters][0][operator]=eq&filter[filters][0][value]=POST_TITLE

and to pass it on the queryParm

 

Thank you

Dimitar
Telerik team
 answered on 04 Aug 2020
1 answer
184 views

I'm not sure this can or should be done. I'll try to explain as best as I can.

 

I have a lot of AutoComplete controls. I want to give all of them the same NoDataTemplate. I know how to implement that by adding an ng-template with the kendoAutoCompleteNoDataTemplate. But I don't want to add the same code to all of my controls so I tried creating a custom directive that just adds the ng-template to the innerHtml of it's host and applied it to the AutoComplete control but with no luck.

I know my other option is to create a custom component that just has an AutoComplete control and maybe gets an ng-template as Input but that means I have to wire all of the built-in Inputs and Outputs of the AutoComplete control to my custom component.

I asked this question specifically for this example to simplify it but I have the same issue with many kendo controls. I'm trying to make them generic without writing too much code and it's very hard.

 

Thanks,

Tomer

Dimitar
Telerik team
 answered on 03 Aug 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?