Telerik Forums
Kendo UI for Angular Forum
0 answers
2 views
+6283800100577.. Telpon atau WhatsApp layanan Customer Service Garuda Indonesia online 24jam
Hein
Top achievements
Rank 1
 asked on 23 Nov 2025
0 answers
2 views
Layanan resmi Call Center Batik Air.. Beroperasi setiap hari.. 24jam Telp: +62838 0010 0566 bisa juga via WhatsApp dinomor berikut: (0838 0010 0566) 
Hein
Top achievements
Rank 1
 asked on 23 Nov 2025
0 answers
3 views
Hubungi Call Center AirAsia melalui whatsapp 0855 3333 572 untuk melakukan pengajuan refund tiket
Adrea
Top achievements
Rank 1
 asked on 22 Nov 2025
0 answers
4 views
Untuk melakukan pengajuan refund tiket Super Air Jet hubungi whatsapp Call Center di nomor 0855 3333 674. Jelaskan alasan Anda ingin melakukan pengembalian dana. 
Adrea
Top achievements
Rank 1
 asked on 22 Nov 2025
0 answers
5 views
Untuk pengajuan pembatalan Rupiah Cepat hubungi customer service Rupiah Cepat melalui whatsapp di nomor 0851 6888 1418.
Adrea
Top achievements
Rank 1
 asked on 22 Nov 2025
0 answers
4 views
Untuk pengajuan pembatalan Adakami hubungi customer service Adakami melalui whatsapp di nomor 0851 6888 1418.
Adrea
Top achievements
Rank 1
 asked on 22 Nov 2025
0 answers
3 views
Untuk pengajuan pembatalan Adapundi hubungi customer service Adapundi melalui whatsapp di nomor 0851 6888 1418.
Adrea
Top achievements
Rank 1
 asked on 22 Nov 2025
1 answer
5 views
Anda dapat menghubungi Call Center Garuda Indonesia pusat di 0855 3 333 974 atau (021) 2351 9999 Nomor ini berlaku secara nasional
shahzaib
Top achievements
Rank 1
Iron
 answered on 22 Nov 2025
1 answer
13 views
Is there anyway to fix the column headers on an export so that the header text does not get cutoff.  There is plenty of room left in the column based on the length of the data, but the headers are being cutoff.  I've tried several stylesheet changes, but nothing seems to work.  Any help is appreciated.

Martin Bechev
Telerik team
 answered on 18 Nov 2025
1 answer
18 views

I'm rendering a kendo-grid that receives data dynamically in runtime and required to autofit the columns continuously as data arrives.

I've used autoFitColumns() on the ngAfterViewChecked lifecycle hook to keep autofitting with each new data arrival. but each autofit resets the view of the grid and the horizontal scroll is reset to the start.

I searched for other issues regarding the subjects but none worked for this scenario.
tried solutions:

  1. using ngZone and subscribing to OnStable
  2. saving the scrollLeft property of '.k-grid-content' and and assigning the value to it after the autoFitColumns() call
  3. calling autoFitColumns on specific changes within ngOnChanges.


without autofit there are no issues despite many dynamic data changes.

template parameters:

<kendo-grid
#grid
[kendoGridBinding]="gridData"
[skip]="skip"
[resizeable]="true"
....>

component (simplified)


export class Component {
@Input() columns$: Observable<TableColumns[]>
@Input gridData: any[];
@ViewChild(GridComponent) grid: GridComponent;

ngOnInit(){
this.columns$?.pipe(filter((cols)=> !!cols && cols.length > 0)).subscribe......
}

ngAfterViewChecked() {
this.grid?.autoFitColumns();
}

Help is appreciated.
Martin Bechev
Telerik team
 answered on 07 Nov 2025
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
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
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?