
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

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;
}
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

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

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....
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

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

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.
