Telerik Forums
Kendo UI for Angular Forum
3 answers
958 views

Hi

I'm using Export to PDF for my grid. However, the output PDF file shows the Euro sign (i.e., €) as '<' for some reason. 

 

Also, the filter icons in the columns are still shown in PDF output. I think there is no point to show filter icons in PDF output. See this attached pictures.

Regards,

Mojtaba

Svet
Telerik team
 answered on 21 Dec 2018
2 answers
1.6K+ views

I've tried a bunch of stuff to make this work and haven't been successful.  I have a 10-digit string coming back from the database (e.g. "5554441212") and would like it shown in a grid column as "(555) 444-1212" in the simplest way possible.  It doesn't need to be editable -- just displayed cleanly.

I've got a sample runnable (doesn't work fully) in StackBlitz.

https://stackblitz.com/edit/angular-iu5hcl

 

Any guidance appreciated.

-Erik

 

Erik
Top achievements
Rank 2
 answered on 18 Dec 2018
1 answer
3.5K+ views

Hi,

I am developing an application that dynamically displays Angular components within kendo window and kendo dialog instances created using the kendo window and dialog services. I've encountered an issue whereby a modal style dialog is being shown from a button click on a window but the dialog's z-index value is less than that of the window and hence the dialog is hidden behind the window. The window has to be dragged out of the way to view the dialog. Also the modal overlay does not cover the window.

The following Stackblitz shows the issue.

https://angular-q5yhqw.stackblitz.io

Regards,

Mark

Svet
Telerik team
 answered on 18 Dec 2018
3 answers
282 views

kendo chart is a problem when zooming.

<kendo-chart-value-axis-item> have name is not working auto range

but <kendo-chart-value-axis-item> don't have name working auto range

I find valueAxisRangeTracker have name 'undefined' object is the problem

or I used it wrong.

I want you to tell me the correct usage.

 

Dimiter Topalov
Telerik team
 answered on 18 Dec 2018
3 answers
1.4K+ views

 Getting Issues When I build --prod  Error: Can't resolve '../../node_modules/@progress/kendo-angular-resize-sensor/dist/es2015/index.ngfactory'.

dev build does no issues but prod build seeing this issue. Please help.

Dimiter Topalov
Telerik team
 answered on 17 Dec 2018
2 answers
582 views

Hi,

   I have a master detail grid, using a method called using kendoGridDetailTemplateShowIf, to determine if the details expansion should be shown.  Since 3.10.0 this seems to no longer work.  Has there been a change to the way this is used?  My current code looks like this

<ng-template kendoGridDetailTemplate let-dataItem [kendoGridDetailTemplateShowIf]="rowHasChildren">
    <children-details [parentId]="dataItem.vsId"></children-details>
</ng-template>

 

calling the simple method

public rowHasChildren(dataItem: any, index: number): boolean {
   console.log(index + " dataItem: " + dataItem);
   return dataItem.hasChildren;
   return true;
}

 I after 3.10 I no longer see this method being called at all.

 

 

 

 

Aidan
Top achievements
Rank 2
 answered on 17 Dec 2018
1 answer
62 views

Hi,

I found this function by Kendo UI for jQuery Forum.

https://www.telerik.com/forums/programmatically-trigger-legenditemclick-event

 

How do I perform this function Kendo UI for Angular again?

Hetali
Telerik team
 answered on 14 Dec 2018
1 answer
189 views

I'm using the kendo Upload component on Angular 6. The drag and drop is behaving a bit oddly in that I'm only able to drag and drop to a small portion of the dropzone. Is there an issue with using the upload within a dialog because when I use it elsewhere (not within a material dialog box) it performs normally and I can drop a file onto anywhere in the dropzone.

<kendo-upload
  [autoUpload]="false"
  (select) = "fileDropped($event)"
>
</kendo-upload>

is the code we're using, if there's anything else needed please tell me and I will provide it. Again the functionality works fine when not used within a dialog box, but as soon as it goes into a dialog it behaves differently.

 

Thanks

 

 

Dimiter Madjarov
Telerik team
 answered on 13 Dec 2018
3 answers
1.3K+ views

I've been trying to find a way to expand a row in a master-detail grid by clicking on the row instead of just via the icon without much success. Can someone please point me in the right direction?

https://www.telerik.com/kendo-angular-ui/components/grid/advanced-features/hierarchy/

Svet
Telerik team
 answered on 10 Dec 2018
1 answer
235 views

TableBodyComponent.trackByFn causes whole row to be re-rendered, because before edit trackBy returns index of row and after edit trackBy returns data. In large grids with a lot of columns this may be slow. 

Currently i use this workaround to avoid such behavior - (<any>this.kendoGrid).editService.hasEdited = () => true;

Daniel
Telerik team
 answered on 07 Dec 2018
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?