Telerik Forums
Kendo UI for Angular Forum
1 answer
124 views
Hello guys!
I'm trying to preserve the last width value in the splitter panel's resizer, but the sizeChange event is hitting my endpoint too many times because it's trying to store each of the values ​​that are between the start position and the end position. How can I avoid this? is there a way to get the last value registered in the sizeChange event?
Yanmario
Telerik team
 answered on 14 Mar 2022
0 answers
83 views

When we call Kendorangepicker, it enables 2 input fields - start and end dates. Is it possible to open kendorangepicker from single input field and once the ranges are selected, dates should return to the input field like 01-01-2019 - 20-09-2019. 

Thanks,

Abby Ms

yu chiao
Top achievements
Rank 1
 asked on 14 Mar 2022
0 answers
133 views

How to open and close the detailtemplate programmatically?

I have 3 columns, and therefore 3 cells in which I have a button.

At the click of the button I would like to open / close the detail template

Without having the + icon on the left


<kendo-grid-column field="info" title="info">
     <ng-template kendoGridCellTemplate let-dataItem>
         <button mat-button (click)="clickInfoCell()">
         </button>
      </ng-template>
 </kendo-grid-column>

public onCellClick(event: CellClickEvent){
    this.myEvent= event;
 }

//toggleTemplate
public clickInfoCell(){
    //Close previous template
    //Open detail template
}


thanks,

Alex

alex
Top achievements
Rank 1
Iron
Veteran
 asked on 11 Mar 2022
1 answer
93 views

Hi there,

I have an issue using the TreeList component where all the rows are slowly going out alignment with the column headers. I am setting explicit widths on each column. Also this happens regardless of whether I enclose the TreeList in a <div> or not.  How can I resolve this issue?

See attached pic for how this looking.

Thanks

Valentin
Telerik team
 answered on 10 Mar 2022
0 answers
210 views

How to get dataitem at doubleClick event on Kendo Grid?

Hi,

<kendo-grid
                                        #myGrid
                                        [data]="gridData"
                                        [selectable]="true"
                                        (selectionChange)="onSelection($event)"
                                        (dblclick)="doubleClickHandler(myGrid, $event)">
onSelection(event){
   event.selectedRows[0].dataItem
}

doubleClickHandler(grid, event){

//get dataItem like onSelection function

}
I would like to retrieve the dataitem object in the double-click function as in the select function

 

alex
Top achievements
Rank 1
Iron
Veteran
 asked on 10 Mar 2022
1 answer
197 views

Hi all!

 

I want to create a area chart with dash-line fill. (mistake in header)

I use <kendo-chart-series> + <kendo-chart-series-item>

I've tried to use color and dash Type fields, but that doesn't work

 

May you help me with that? Big thanks!

What i want: https://prnt.sc/kU8pjFzvfyxF

What i have: https://prnt.sc/5hK7TeXQR12r

Martin Bechev
Telerik team
 answered on 10 Mar 2022
6 answers
4.0K+ views
Where can I find an example of Server Side Filtering (multiple columns) using .net c# (API) / Angular 5? 
Teun
Top achievements
Rank 1
Iron
 answered on 09 Mar 2022
2 answers
903 views

Hi,

I have implemented a drawer with a router-outlet inside and when I click on the back or forward buttons in the browser the route changes but the selected item in the drawer stays the same.

Furthermore, I have seen that the same issue is presented in the example in the documentation.

https://www.telerik.com/kendo-angular-ui/components/layout/drawer/routing/

Regards

Stefan
Top achievements
Rank 1
Iron
 answered on 09 Mar 2022
1 answer
2.1K+ views
I need to clear the kendo searchbox input field to null or blank through a function call in angular 9
Yanmario
Telerik team
 answered on 09 Mar 2022
1 answer
378 views

I have an angularjs kendo upload object:


<input name="myDoc" id="myDoc" type="file" kendo-upload="vm.myDocUploader" k-localization="{ select: 'Upload Document' }" k-success="vm.onUploadDocumentSuccess" k-async="{ saveUrl: vm.saveDocUrl, removeUrl: vm.removeDocUrl, autoUpload: true}" />

I need to attach my MVC anti-forgery token to this request before it uploads (and when they are deleted). How would I go about this?

I've found a few examples for J-Query but can't seem to apply them to angularjs. They reference using the SetRequestHeader method, but I cannot access the request header when using the k-upload() method. 

Thanks!

Neli
Telerik team
 answered on 09 Mar 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
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
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
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
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?