Telerik Forums
Kendo UI for Angular Forum
0 answers
16 views
I'm encountering an unexpected behavior with the Kendo Grid's sorting functionality in my application.

Here's the scenario:

    I perform inline row editing for a record in the Kendo Grid with pagination.
    Sorting the data by clicking a column header works as expected.
    However, if I sort the data again after editing a row, the current index seems accurate, but the data object retrieved appears to be incorrect.
mohit
Top achievements
Rank 1
 updated question on 26 Mar 2024
1 answer
22 views

Hello!

Can I to create footer for entire kendo angular data grid (not for column)?

I need to add additional control between grid 's data and grid's pager control.

Maybe I can create my own custom pager control in two lines, but I haven’t found how to do it.

<ng-template kendoPagerTemplate> - arranges controls in one line.

 

horváth
Top achievements
Rank 2
Iron
Iron
 answered on 06 Feb 2024
0 answers
20 views
I'm currently utilizing the kendoPagerTemplate within a grid. In the template I am using the built-in elements of:
PagerNextButtonsComponent
PagerNumericButtonsComponent
PagerPageSizesComponent 
PagerPrevButtonsComponent

I noticed that they generate kendo buttons and dropdown lists with classes that are from appearance options applied to them. Is there a way to choose which options they are, or am I forced to use CSS to select those class names and modify them to look like a different appearance option?
Aaron
Top achievements
Rank 1
 asked on 08 Dec 2023
1 answer
34 views

I am using the kendo grid checkbox column to select the records. but the records are not displaying as selected, once I move to the nextpage. I want the selected records to be shown as selected even i move to nextpage and come back to the same page. 

in the below image, the slected records are showing as selected even when the page is changes. kindly help with code

Martin
Telerik team
 answered on 01 Nov 2023
1 answer
51 views

Hi,

I have a service with a http request to an api that returns a Observable<Pendentes[]>.

I need to call the service in my component, but I can't get the pagination working.

I attached some prints of my code.

 

Best regards,
Pedro Marquinhos

Slavena
Telerik team
 answered on 14 Jun 2023
1 answer
50 views

I have a kendo-grid with pageable set to true and can navigate to page 2. This all works fine. (see below)

If I then reload the grid data with new data, the view is still on page 2. How do I force a reset so the grid goes back to page 1?

<kendo-grid
                    [kendoGridBinding]="gridItems"
                    [navigable]="true"
                    [isDetailExpanded]="expandDetail"
                    (detailExpand)="onDetailExpand($event)"
                    [selectable]="{enabled: false}"
                    [kendoGridSelectBy]="false"
                    (cellClick)="onRowClicked($event)"
                    [scrollable]="true"
                    [pageable]="true"
                    [pageSize]="100"
                    [hideHeader]="true"
                    [columnMenu]="false"
                    class="section-l-grid"
                    #secondGrid
Martin
Telerik team
 answered on 06 Apr 2023
10 answers
1.4K+ views

The pager page-size template  is keeping track of the records per page , but when kendo grid page is grouped on any column,  the page-size drop-down (pager-template)  should consider the the group count  per page , not the no of records on that page and then display the result.

below is the link to the live demo application .

https://vtotbi.run.stackblitz.io

 

check the screen-shot , items per-page is 5 and it is displaying 5 records as well ,but the requirement is :

It should display 5 groups for this page .

 

Martin
Telerik team
 updated answer on 05 Apr 2023
0 answers
44 views

We have a problem whereby the paging dropdown is displaying the number list dropdown on all views:

 

 

Does anyone have any suggestions as to what might be happening here? I assume the dropdown should only display on small screens, not on large.

 

Carl
Top achievements
Rank 1
 asked on 14 Mar 2023
1 answer
54 views

Hi,

We have been using Kendo UI for angular. The Kendo Grid UI is getting distorted. It was working fine earlier. Nothing has changed (CSS, HTML, Package)

Somehow the CSS is not getting applied.

 

Thanks,

Bhalchandra

Yanmario
Telerik team
 answered on 26 Jan 2023
1 answer
327 views
Is it possible to customize the titles/tootips and look/color for a grids pagination buttons (First, Previous, Next, Last)?  I'd like it ot matach the look and feel of other tooltips we have in our application.
Hetali
Telerik team
 answered on 18 Jul 2022
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?