Telerik Forums
Kendo UI for Angular Forum
0 answers
237 views
Context: kendo grid.
How can I make the DELETE button visible/invisible based on there being at least one grid row selected?
Lino
Top achievements
Rank 1
 updated question on 07 Apr 2023
1 answer
190 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 Bechev
Telerik team
 answered on 06 Apr 2023
0 answers
111 views

Hi All,

There' are some accessibility errors shown in 'WAVE' tool when Kendo Treeview is scanned. It says 'Empty form label'. The labels don't seem to have any text associated with it. Any fix to overcome this issue? 

Below are the screenshots of Telerik Demo of the control, when scanned.

Thanks,
Milinda




Milinda
Top achievements
Rank 1
 asked on 06 Apr 2023
1 answer
122 views

I'm interested in potentially making use of the jQuery FileManager widget within a project that exclusively uses Kendo UI for Angular.

I was wondering if there's a prescribed way to be able to include the jQuery component and/or if there are plans to port it to Angular.

Martin Bechev
Telerik team
 answered on 05 Apr 2023
10 answers
1.7K+ 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
138 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
136 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
291 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
125 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
256 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?