Telerik Forums
Kendo UI for Angular Forum
1 answer
114 views


Hıw can i show the events in scheduler in different colours accoring to type? I didn't find it in documentation.
Martin Bechev
Telerik team
 answered on 27 Apr 2020
2 answers
1.3K+ views

Hi,

I am using the kendo scatter chart .how can i make custom tooltip .currently i am getting x and y axis value on tooltip by using below code

 

<kendo-chart-series-item-tooltip format="Margin {0:c0} -Sales{1}">
</kendo-chart-series-item-tooltip>

In my object has margin, sales ,item,category .. i want to display all properties in tool tip 

can you please help how to achieve this in kenod angular

Martin Bechev
Telerik team
 answered on 27 Apr 2020
1 answer
3.0K+ views

I tried to add this style but do not see any change. How to have the header for the grid in bold.

.k-grid-header {
    font-weight: bold!important;    
}

Pallavi
Top achievements
Rank 1
 answered on 26 Apr 2020
1 answer
538 views

Hi,

Is there a way to have the editor insert at br tag when pressing the enter button instead of creating a new paragraph?

Thanks

Svet
Telerik team
 answered on 24 Apr 2020
3 answers
908 views

Hi there,

  i have to implement a kendo angular scrollview in one of my project, which should display like multiple images in one page, instead of showing single image to slide, i want multiple images at a time in scrollview. I have attatched an image for reference

  

Martin Bechev
Telerik team
 answered on 24 Apr 2020
2 answers
1.1K+ views
I have a kendo-multiselect with [allowCustom]="true" and when user enters custom text or filter items by typing text and then change focus from multiselect by pressing tab key or clicking outside of control - the multiselect dropdown is closed and the highlighted item is not being selected. Is there any way to select the highlighted item on blur event programmatically?
Yuriy Rogach
Top achievements
Rank 1
Iron
 answered on 24 Apr 2020
2 answers
4.7K+ views

Am not able to change the style for kendo grid,  Even i written script in component.scss, still not working. Weird ! Why so?

Once i changed to  encapsulation: ViewEncapsulation.None, its started working , whats the logic behind that?

 

Thanks....

Akarsh
Top achievements
Rank 1
Veteran
 answered on 24 Apr 2020
1 answer
1.4K+ views

Hi

Is there any way to customize the "Clear" and "Search" button texts in the kendo UI angular Grid. The water mark appearing in the search text also i need to customize. Is it possible do this in the new kendo UI angular Grid. Is there any kendoGridFilterMenuTemplate avaliable for this ?

 

Thanks in Advance

Rajeev

 

 

Dimiter Topalov
Telerik team
 answered on 24 Apr 2020
2 answers
395 views

Hi Team,

I am using kendo scatter chart with showing 4 quadrant ..is there any feature available where we can place the label on each quadrant .

Though, we are able to put label using CSS but curious to know if any inbuilt feature available.

 

Attaching the image with highlighted label 

 

Thanks,

Sam

Svet
Telerik team
 answered on 23 Apr 2020
1 answer
2.0K+ views

I'm trying to get current page from the pager component as I need to pass the incremented value that into REST service backend. I can get hold of it in the template code: 

<ng-template kendoPagerTemplate let-totalPages="totalPages" let-currentPage="currentPage">
<kendo-pager-prev-buttons></kendo-pager-prev-buttons>
<kendo-pager-input></kendo-pager-input>
<kendo-pager-info></kendo-pager-info>
<kendo-pager-next-buttons></kendo-pager-next-buttons>
<kendo-pager-page-sizes ></kendo-pager-page-sizes>
<div>
current page {{currentPage}}
</div>

</ng-template>>

 

But I need to access it in the component code in pageChange event so that I can call the rest service with correct page number. How can I do that? The pageChange only has skip and take properties but I'm trying to figure out current page.

All data comes from external API.

Svet
Telerik team
 answered on 23 Apr 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?