Telerik Forums
Kendo UI for Angular Forum
0 answers
15 views

Hi, 

I'm using kendo grid in angular. I'm trying to hide/remove the total cell from the kendo grid using *ngIf, but only content inside the cell is hiding, empty cell is showing.



How to hide the total cell from the grid,

This is the code , I have used

<kendo-grid id="antibiotic-result-view" [data]="uniqAntibioticList" [resizable]="false">
    <kendo-grid-column field="Expansion" [width]="150">
        <ng-template kendoGridHeaderTemplate let-column let-columnIndex="columnIndex">
            <div class="antibiotic-heading">{{"Antibiotic" | translate}}
                <mat-checkbox type="checkbox" [ngModel]="allCompleted" disabled="true"></mat-checkbox>
            </div>
        </ng-template>
        <ng-template kendoGridCellTemplate let-dataItem let-rowIndex="rowIndex">
            <div *ngIf="dataItem.IsSuppressed">
                <span>{{ dataItem.Expansion }}</span>
                <mat-checkbox type="checkbox" [ngModel]="dataItem.IsSuppressed" disabled="true"></mat-checkbox>
            </div>
        </ng-template>
    </kendo-grid-column>
</kendo-grid>

I have been trying for past 2 days, could someone help me on this ?

Kathiravan
Top achievements
Rank 1
 asked on 22 Mar 2024
1 answer
33 views

Hi!

I implemented a filter over all columns to implement a search like the example in the Overview-section for the Grid component.

I would like to highlight all text in the columns yellow that match the entered search text.

Is that easily possible?

Best regards,

Gerald

Zornitsa
Telerik team
 answered on 22 Feb 2024
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
51 views

Upgraded our project to the latest version this morning.

Tried the new size option available for the grid.

This works when using the default fluent theme.

We use a theme customised using the Theme builder and the size option small is not working with the custom theme. I've re-built the theme just now using the updated Theme builder and that still has not worked.

 

Radoslav
Telerik team
 answered on 25 Jan 2023
1 answer
1.5K+ views
Im using kendo grid angular and want to change every row of grid border when hover/focus to it
Kaloyan
Telerik team
 answered on 10 Aug 2022
1 answer
333 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
0 answers
45 views

Hello All,

We are using a kendo grid and which is having few locked columns and a few which are not locked. Since there is a constraint the width needs to be set for each column if there is a locked column, we are setting the width for each column, Which makes the grid header not look good in bigger displays. You can see in the below screenshot that after the last column, there is some empty space. In smaller screens, this won't occur since the width we set exceeds the viewport width. Is there a way we can make this responsive?

Nidhin
Top achievements
Rank 1
 asked on 05 Apr 2022
1 answer
925 views

Hi I want to align the text to the center in a give header cell in kendo ui angular grid. when i use headerStyle as below,it does not working.

<kendo-grid-column [headerStyle]="{'text-align': 'center'}" field="Action" title="Action" [width]="180" class="k-text-center" [sticky]="true"  [columnMenu]="false">
  <ng-template kendoGridCellTemplate let-dataItem>
      <img *ngIf="!dataItem.EntryIssue" src="../../../../../assets/svg/vpo-toolbar-icons/Group%20651.svg" alt="avatar">
      <img *ngIf="dataItem.EntryIssue"  src="../../../../../assets/svg/vpo-toolbar-icons/Group 703.svg" alt="avatar">
  </ng-template>
</kendo-grid-column>
Martin Bechev
Telerik team
 answered on 21 Jan 2022
1 answer
73 views

We use Kendo in our app and I work within Stackblitz doing quick prototypes.  Yesterday, I notice most of the buttons and input components styling in my prototype were broken.  I haven't actively coded in a few days, so knew it was something related to a dependency. 

I see you all dropped a new release with a lot updates to buttons, inputs, etc.  Cool - but I think you have somethings to sort out.  I thought it was on my end and if I updated dependent packages  it might all fall into place.   

But I see now that its effecting your own demo's /examples from your site.   Did you anticipate this to be breaking changes? 

Check out the checkbox interfaces:  - this is pretty bad, and makes it unusable. 

 

 

Also styling in the header filters and the column chooser as just a few examples:

 
LJ
Top achievements
Rank 1
Iron
Iron
 answered on 20 Jan 2022
1 answer
195 views

Hello,

how to turn off selection only inside cell which is editable and in edit mode? When you select some data inside editable cell you can see this selection (color red - added screenshot).

I still want to  be able to select cells outisde editable cell, but I want to turn this off while my mouse cursor is inside cell which is in edit mode.

I would like to have normal selection while cell is in edit mode and while I'm starting selection from inside cell.

 

Stackblitz with issue: https://stackblitz.com/edit/angular-wsp7zm-27tmxu?file=app/app.component.ts

 

Regards,

Dawid

 

 

Dimiter Topalov
Telerik team
 answered on 15 Oct 2021
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?