Telerik Forums
Kendo UI for Angular Forum
1 answer
648 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
148 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
158 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
88 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
114 views

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

Ivo
Telerik team
 answered on 02 Feb 2022
1 answer
93 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
290 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
1 answer
440 views
What I want to achieve is to remove all borders and styling from grid. So far I've managed to remove grid's borders but cell and toolbar borders remain.

I've tried with this css

.k-grid,
.k-grid td,
.k-grid th,
.k-grid-toolbar-bottom
{
    border: none !important;
    border-width: 0 0 0 0 !important;
    background: none;

}

but it seems to only affect grid and not inner cells nor toolbar as you can see from picture below 

Hetali
Telerik team
 updated answer on 28 Jan 2022
1 answer
143 views

Hi!

Our company is considering to buy a license for Angular UI. At the moment we are testing functionality that is provided by angular components. I've been trying to implement virtual scroll with data load on scroll end, but I didn't find any event for it.  What I want to achieve is a functionality that loads more data to dropdown when user scrolls to the end of list. Is it possible with kendo MultiSelect/MultiColumnComboBox? Here is an example of what I mean. 

Thank you!

Yanmario
Telerik team
 answered on 28 Jan 2022
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?