Telerik Forums
Kendo UI for Angular Forum
1 answer
209 views

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/

Dimiter Topalov
Telerik team
 answered on 21 May 2020
1 answer
428 views

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?

Dimiter Topalov
Telerik team
 answered on 21 May 2020
1 answer
103 views

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

Martin Bechev
Telerik team
 answered on 20 May 2020
4 answers
696 views
Good time of day. While working with the editor, the task arose of adding an additional button to the editor. I re-read a lot of documentation but could not find a solution to the problem. In general, the essence of the question: how to make the button respond to the selected text, for example, the same "bold"?
Petar
Telerik team
 answered on 20 May 2020
1 answer
166 views

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

 

Martin Bechev
Telerik team
 answered on 20 May 2020
3 answers
1.9K+ views

    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?

 

 

 

Svet
Telerik team
 answered on 20 May 2020
3 answers
168 views

 

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>

 

Zahid Iqbal
Top achievements
Rank 1
 answered on 20 May 2020
1 answer
571 views

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

Martin Bechev
Telerik team
 answered on 19 May 2020
1 answer
105 views

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

Svet
Telerik team
 answered on 19 May 2020
1 answer
493 views

 

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

 

Martin Bechev
Telerik team
 answered on 19 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?