Hi I am trying to implement server-side filtering and sorting using the DataSourceRequest object as a parameter in a WebApi operation.
I ran across the following article:
https://www.telerik.com/kendo-angular-ui/components/dataquery/mvc-integration/
This seems to be using ASP.NET Core MVC controllers instead of WebApi, so my question is this the preferred method?
Our company is on .NET Core so it is not a problem but I would like to follow best practices so if anyone can provide an answer to the question above it would be greatly appreciated.
Hi,
I'm trying to get group footer rows to display while using virtual scrolling. They display just fine without virtual scrolling, but once I enable it, they are nowhere to be found.
I've been trying different combinations for the past few hours, trying to figure this out with no luck.Here is a simplified example: https://stackblitz.com/edit/angular-9f2v8c
The example has virtual scrolling enabled. As a result, the footer aggregate rows are not displayed. If you remove line 9, you'll see the footers appear. How can I get the footer rows to display with virtual scrolling enabled?
Thanks
Jim
Couple of questions.
1. for some reason the kendo-window appears next to the button. How do you centered the kendo-window (like the kendo-dialogue).
2. How to maximized the kendo-window (cover the entire screen, I'm not asking how to expand the kendo-window content) on load?
Thanks,
Bryian Tan
I am using kendo-editor in a component. On loading the component (ngOnInit()), I am using Reactive Forms (this.form.setValue()) to bind a value to the editor control. However, this triggers the undo stack so that the undo button on the control is enabled. Pressing the undo button clears out the editor value (since it was set in ngOnInit().
Is there any way to clear the undo stack after I set the initial value in the editor/form so that I am unable to Undo the initial change (which isn't really a change)?
How to display % symbol for the value which was assigned from back end.
{ field: "CompletePer", title: "% Complete", headerAttributes: { title: '% Complete"' }, width: 80 }
for example CompletePer is 85 it should be 85%
i tried with template but its giving decimal values 85.00% Expected out is 85%
Hi
I am using kendo scatter chart with 4 quardant . is there any way by which we can change the intersection from (0,0) to user provided value
Thanks,
Sam
I have two questions. If a column shows icons like countries flags and I want to filter that column on a specific country is it possible for the filter to present a list of available countries and their flags?
Second question is about the the same column. Let's say I want to sort that column not on a country name but rather on some business logic or on another column's data. Can you explain what a basic approach might be?
Thanks
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