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

Tring to right align the header and data in selected columns in a grid as follows



    <kendo-grid-column field="outstandingValue" title="Outstanding Value" width="100"  [style]="{'text-align': 'right'}"  [headerStyle]="{'text-align': 'right'}" [filterable]="false">
      <ng-template kendoGridHeaderTemplate>
        Outstanding Value
      </ng-template>
      <ng-template kendoGridCellTemplate let-dataItem let-rowIndex="rowIndex">
          {{dataItem.outstandingValue | currency : 'GBP'}}
      </ng-template>      
    </kendo-grid-column>  

 

The data is right aligned but the header styling does not work?

Saquib
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 07 Feb 2022
0 answers
76 views

Hi,

 

Could i disable one or many tabs from an child component contained in this tabstrip

 

Regards

Masip
Top achievements
Rank 1
Iron
 asked on 06 Feb 2022
1 answer
623 views

how to customize, using scss and variables the font size of the dropdownLists?

Actually is 16px, but i need smaller one

Valentin
Telerik team
 answered on 04 Feb 2022
3 answers
136 views

I am a .NET dev. Now learning Angular. I have created Angular solution use ASP.NET Core with Angular template. I have that running with a sample screen. Now I would like to use Telerik Kendo UI for Angular components and I don't have the slight idea how to install them. For Blazor we just installed from the Progress Control panel and added the NuGet packages in the VS Package manager. For Angular I have no idea. Can someone tell me how to get started? I have looked thru the doco online here but nothing seems to address using them in Visual Studio.

 

David
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 03 Feb 2022
0 answers
151 views

I use <kendo-grid-filter-cell> in my grid to filter dates.

These filter don't work

Do you know why these filter don't work.

<kendo-grid
  [kendoGridBinding]="collaborateurData"
  [filterable]="true"
  [resizable]="true"
  [sortable]="true"
  [pageable]="true"
  [pageSize]="15"
  class="table"
>
  <!-- Colonne Date Entrée Groupe -->
  <kendo-grid-column field="DateEntreeGroupe" title="Date Entrée Groupe">
    <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
      <kendo-grid-date-filter-cell
        [column]="column"
        [filter]="filter"
        [showOperators]="false"
        [format]="format"
        [formatPlaceholder]="{
          day: 'J',
          month: 'M',
          year: 'yyyy',
          hour: 'h',
          minute: 'min',
          second: 's'
        }"
      >
      </kendo-grid-date-filter-cell>
    </ng-template>
    <ng-template kendoGridCellTemplate let-collaborateur>
      <a
        [routerLink]="[
          'collaborateurs',
          collaborateur.TypeSalarie,
          collaborateur.Id
        ]"
        >{{ collaborateur.DateEntreeGroupe | date: 'yyyy-dd-MM' }}</a
      >
    </ng-template>
  </kendo-grid-column>
</kendo-grid>

Kylian
Top achievements
Rank 1
 asked on 03 Feb 2022
0 answers
82 views

Hi

fieldset [disabled] not running on an kendo-grid for disabeling all selection

So i have tried  [selectable], that"s ok first time , i could unselect my grid, But after i could not select it even if my boolean change ?

Why ?

   [selectable]="!isFormEnabled()"

Masip
Top achievements
Rank 1
Iron
 asked on 03 Feb 2022
2 answers
112 views

are there any way to do like this ?- style row in the grid

Ivo
Telerik team
 answered on 02 Feb 2022
1 answer
88 views

We were excited to see the new Filter component in the latest release of Kendo Angular, and are wondering if there is any way to customize it or extend it. For example, we'd like to use a different FilterEditor, like a multi-select, and potentially some more advanced customization like comparing and doing some basic calculations across two fields.

It doesn't look like the current version supports that level of customization, but is there a recommended approach for extending the component to add our own functionality? Thanks!

Svet
Telerik team
 answered on 02 Feb 2022
1 answer
1.0K+ views
can u help me writing testcase for kendo ui grid. or is there any reference where i can get some insight of writting test cases for kendo components in angular.
Martin Bechev
Telerik team
 answered on 02 Feb 2022
1 answer
267 views

https://stackblitz.com/edit/angular-xrfu5g-6fw38x

Error: src/app/app.component.ts:91:83 - error TS2339: Property 'field' does not exist on type 'FilterDescriptor | CompositeFilterDescriptor'.

Hi

what is mistake ?

Regards

 

Georgi
Telerik team
 answered on 01 Feb 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?