Telerik Forums
Kendo UI for Angular Forum
2 answers
6.9K+ views

Hi there,

I'm trying to use the select-all checkbox in a grid header using the following code:

<kendo-grid-checkbox-column width="45" showSelectAll="true">

Selecting all rows on the initial grid works just fine, as is expected.

However, applying a column filter from the column's menu, thus hiding some of the existing rows and then pressing the select-all checkbox results in both visible and hidden rows being selected. Is there any way or property that allows me to get only the visible selected rows?

Also, it appears that the selected rows are not reset when applying the column filter. Is that intended behavior or is that somehow configurable. When applying the column filter which hides selected rows, I'd like them to be deselected as well.

Best regards
Philipp

Philipp
Top achievements
Rank 1
 answered on 26 Feb 2021
2 answers
584 views

I'm trying to put textbox suffix adornments in place in a textbox (and in a textbox inside the Grid). I'm getting the following error below in the console. Anyone seen this before? And additionally can textbox suffix adornments be used inside a templated grid cell?

(I have included the label package in the module as well, which was suggested elsewhere). Is this a common error?

 

 

"If 'kendo-textbox' is an angular component, then verify that it is part of this module."

 

 <kendo-textbox placeholder="Contact name">
            <ng-template kendoTextBoxSuffixTemplate>
                <kendo-textbox-separator></kendo-textbox-separator>
                <button kendoButton [look]="'clear'" [icon]="'calendar'"></button>
                <kendo-icon [name]="'bell'"></kendo-icon>
            </ng-template>
        </kendo-textbox>
Mahesh
Top achievements
Rank 1
 answered on 26 Feb 2021
4 answers
733 views

Hello,

I'm trying to use the angular kendo-grid with an @ngrx/store/reducer/@Effects.

Is there a sample available that does this?

 

Thanks and regards,

 

Amit

Martin Bechev
Telerik team
 answered on 26 Feb 2021
1 answer
270 views

Hi,

 

How can I wait uploadevent to fire after other HTTP call inside that event?

Something like this below.

    public async uploadEventHandler(e: UploadEvent) {
        this.uploadSaveUrl = 'https://mycustom.blob.core.windows.net/';

       // Wait for server call to return SAS url.

       // Currently it just starts upload without waiting for await from server.
        this.uploadSaveUrl += await this.authService.getSAS().toPromise();
        const fileType = e.files.length && e.files[0].rawFile ? e.files[0].rawFile.type : '';
        e.headers = e.headers.append('x-ms-blob-content-type', fileType);
        e.headers = e.headers.append('content-type', fileType);
        e.headers = e.headers.append('x-ms-blob-type', 'BlockBlob');
    }

Martin Bechev
Telerik team
 answered on 25 Feb 2021
5 answers
382 views

Hi, I'm testing an application that is implementing KendoUI with Angular4 and I have a large data set that is showing a 10-30 second delay when loading values in an Kendo autocomplete input field.

Do you have any suggestions for how to improve the performance?

Dimitar
Telerik team
 answered on 25 Feb 2021
1 answer
186 views
     Is there support for taking the template for reordering rows to converting it to be able to drag and drop from one grid to another? If so, what parts make it accessible to continue dragging the item outside of the grid bounds into another grid?
Martin Bechev
Telerik team
 answered on 24 Feb 2021
1 answer
429 views

Sir/Madam,

              I am sumant.ch working as UI Developer.I would like to discuss issue related to horizontal scroll bar in kendo angular grid which is when I click horizontal scroll bar button which is present at the left side or right side the scroll bar then scroll bar should move from one column to another column present in kendo angular grid.So,please check this issue and revert to me as soon as possible.

Martin Bechev
Telerik team
 answered on 24 Feb 2021
11 answers
2.6K+ views
Is there a way to get the editor to not place a wrapper <p> tag when it edits.
Martin Bechev
Telerik team
 answered on 23 Feb 2021
1 answer
159 views
Looks like the incompletedatevalidation=true clears on using clearvalidators, is there a way to add it dynamically using setvalidators ?
Dimitar
Telerik team
 answered on 22 Feb 2021
1 answer
126 views

Good day!  

I discovered a typo in the "Custom Values" documentation for the ComboBox.  On the page, under the Remote Services section, for the source of app.component.ts, there is a section of code:

 

/*
    Maps each custom text that the user types to the result of a function that performs http request to remove service.
    For further details about `switchMap` operator check:
    http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-switchMap
*/
public valueNormalizer =  (text: Observable<string>): any => text.pipe(switchMap(this.service));

 

On the comment line it states   "...performs http request to remove service."   I imagine you wanted that to be "....remote service.".

 

Peace,
Keith Nicholson

Preslava
Telerik team
 answered on 22 Feb 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?