Hi there, I was wondering if there is a range slider available? Or is there a way to make this slider a range slider https://www.telerik.com/kendo-angular-ui/components/inputs/slider/
My application is using Treelist and we have requirement to load level 4 node on demand.
because of it having maximum amount of data. so in order to boost performance we want to do async loading of level 4 node.
how can i achieve this in kendo angular treelist?
Hi,
I have a grid that is grouped by multiple columns. I've added a footer template via kendoGridGroupFooterTemplate, which causes one row for each grouping to appear. How can I just show a single footer row even when the grid is grouped by multiple columns?
Here's a simplified example with two columns that are both grouped: https://stackblitz.com/edit/angular-9f2v8c-wccblx?file=app/app.component.ts
You can see that there are two footer rows. One shows "Count:" (this is generated from the ProductID grouping) and the other "Count: 1" (this is generated from the ProductName grouping). I only want the footer row for the ProductName grouping to appear. How can I achieve this?
Thanks
Jim
Hi,
is there any way to implement a zoom with the kendo scrollview? For example the zoom could be implmented through scrolling with the mousewheel when hovering over the image.
I tried using an external library called ngx-image-zoom however it seems to have some compatibility issues when used together with the scrollview. The pages are always cut of at the bottom, so a part of the content is not visible. Any help is greatly appreciated.
Kind regards,
Serhat
I've been asked to implement a feature whereby we have logic operators applied on the field level as well as operators applied between fields. Is there any way I can utilize the existing filters functionality to implement this? I would add a further toggle switch to each filter menu to represent this outer logic.
I tried initialising my state filters to the below but this generated errors when trying to open filter menus.
filter: {
filters: [ { logic: "or", filters : [] }, { logic: "and", filters : [] } ],
logic: "and",
},
Or would I have to keep a separate record of which filters are to be OR'ed and AND'ed myself? How could I do this?
I Have created kendo-angular Multi drop down with customization and I want to se the background color for "select all" check box which is placed in Header please see the attachment for the refernce and I have used <input type="checkbox" kendoCheckBox /> for select all.
Please help me to change the background color. if I am using Class=k-checkbox it not working because this is placed under kendoMultiSelectHeaderTemplate.
<ng-template kendoMultiSelectHeaderTemplate let-dataItem>
<div style="padding-left:5px;">
<input type="checkbox" [(ngModel)]="IsCountryselectallChecked"
(change)="SelectAllCountry()" kendoCheckBox />
<label class="myass-checkbox-label">Select all</label>
</div>
</ng-template>
Hi,
I have implemented Kendo grid with filter columns but my requirement is that,
1. when page loads focus should be on Jurisdiction column input box so that user can type and search without using mouse. Shown in image-1
2. When add button is clicked, default focus should be on kendo-combobox as shown in image 2 attached
Grid has default filter implementation. Please find attached files
Hi,
I need to put a row for "View More" and when user click it, it will show all data source. For general, the outside grid just show three records. I used
kendoGridDetailTemplate, but it shows plus sign in front of every row.
Can you help me to solve this issue. I attach the design pic below.
Thanks
Hello,
I want to use kendo-floatinglabel in my project. After running npm install --save @progress/kendo-angular-label @progress/kendo-angular-common, the documentation required to install @progress/kendo-theme-default.
Before using kendo-floatinglabel, the version I had for @progress/kendo-theme-default was at 2.56.
The latest installed version of @progress/kendo-theme-default is at 4.18.1.
The attached file shows all the warnings with compiling the project. The grids in my app seem to work OK, so is it safe to ignore these warnings? Or what do I need to update to eliminate these warnings?
If I ran npm install of a previous version of kendo-theme-default, e.g. npm install --save @progress/kendo-theme-default@2.63, I did not get the warnings during compile time, but the kendo-floatinglabel was not working as expected (i.e. floatinglabel text not showing as placeholder in the input text control). So I think I do need to use the latest version of @progress/kendo-theme-default@4.18.1.
Thanks for any advice,
Chau