Telerik Forums
Kendo UI for Angular Forum
10 answers
1.6K+ 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 Bechev
Telerik team
 updated answer on 05 Apr 2023
1 answer
118 views

If the following is my setup for the default row axes, even though both axes are set to expand: true, only the first one will actually be expanded when the pivot grid loads.  Maybe I am misunderstanding the point of having the name be an array of strings? the documentation doesn't seem to say what that is. Can I nest these somehow?

 

  defaultRowAxes: PivotGridAxis[] = [
    { name: ['Branch'], expand: true},
    { name: ['Truck'], expand: true },
  ];
Yanmario
Telerik team
 answered on 04 Apr 2023
1 answer
105 views

If you change the setup of a pivotgrid from the default and then you use the configurator to change things, expanding or collapsing the rows causes it to revert back to including the default setting.

You can see this on your demo page.

Yanmario
Telerik team
 answered on 04 Apr 2023
3 answers
226 views

Hello,

I'm trying to load custom components in a kendoGridCellTemplate.  This works fine to display the data.

But when I try filtering the column it doesn't filter correctly. I've tried it on text, numeric and date fields.

This is my code

<kendo-grid-column
        *ngIf="!column.customComponent"
        [field]="column.name"
        [title]="column.title"
        [filter]="column.filterType"
        [hidden]="column.hidden"
        [width]="140"
      >
        <ng-template kendoGridCellTemplate let-dataItem>
          <span style="display: block; padding: 8px 12px" class="whole-cell">
            <uni-grid-cell [data]="dataItem" [column]="column" [config]="vm.config"></uni-grid-cell>
          </span>
        </ng-template>
      </kendo-grid-column>

In the uni-grid-cell I display the value from dataItem[column.name].

Do you have any advice?

Svet
Telerik team
 answered on 31 Mar 2023
1 answer
105 views

When reviewing the examples on the site, and the external code on CodeSandbox and Stackblitz, all of the examples are referencing Bootstrap 4.1.3.  The Bootstrap theme says "Starting with v4.40.0, the Kendo UI Bootstrap theme is based on Bootstrap v5."  What version of Bootstrap should we be referencing?

Yanmario
Telerik team
 answered on 31 Mar 2023
0 answers
237 views

Hello.

I'm using the kendo-editor to allow a user to write html in a view. I'm trying to get the toolbar buttons grouped by functionality using <kendo-toolbar-buttongroup> tags. But <kendo-toolbar-button> tags that are grouped inside are not showing in the view.

Thank you so much. Greetings.

Sergio
Top achievements
Rank 1
 updated question on 31 Mar 2023
0 answers
98 views
Is there a way to add lines for expanded view of MultiselectTree control?

Thanks & Regards,
Milinda
Milinda
Top achievements
Rank 1
 asked on 29 Mar 2023
1 answer
219 views

I'm building a file explorer using TreeView component.

i want to show the content of folder, and in header the current path in breadcrumbs.

how can i do it?

Thanks!

Yanmario
Telerik team
 answered on 29 Mar 2023
0 answers
119 views

Hello

I want to add a dropdown button with both options i.e. a) Export Current page, b) Export All pages

Is this possible , as I could see only the two excel buttons Export to Excel and Export to PDF to appear

 

Regards

Hay

Hay
Top achievements
Rank 1
 asked on 28 Mar 2023
0 answers
75 views

 

I would like to add variable and text next to the date. Is there a way to achieve this format in KendoUI for Angular Scheduler

George
Top achievements
Rank 1
 asked on 28 Mar 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?