Telerik Forums
Kendo UI for Angular Forum
0 answers
108 views
I'm using a grid which is resizable and sortable.in localhost everything works perfectly.but after I deploy it on server sorting icon doesn't appear until I am resizing the sortable column.then again on sort the icon disappears.
Sarthak
Top achievements
Rank 1
Veteran
 asked on 08 Oct 2020
1 answer
122 views

So, I've faced with issue in my project where a users can't select date on filter menu in grid component on mobile device.

My code has the same peace of code from https://www.telerik.com/kendo-angular-ui/components/grid/filtering/reusable-filter/ -> 'Filter Menu with Popup' section.

The StackBlitz has the same failure behavior.

Based on my investigation, I've figured out that kendo can't apply focus on date input after selecting date on calendar popup on mobile devices.

 

Martin Bechev
Telerik team
 answered on 08 Oct 2020
2 answers
1.0K+ views
How to pass headers(httpHeader) in kendoupload component in angular 8 with example.

Thanks,
Sushant 
Sushant
Top achievements
Rank 1
Veteran
 answered on 06 Oct 2020
1 answer
1.5K+ views

Hello Team,

     In Kendo Grid, when using inline editing on row click, is there any way to change the border style when we focused on a particular cell. Can you get back with me any examples i can use?

 

Thanks,

Hari Padala

Martin Bechev
Telerik team
 answered on 06 Oct 2020
3 answers
124 views

Hello,

I am experiencing an issue when applying a filter operator on a Kendo Grid (inline filtering).

This issue only occurs when the filter operator on a column is first changed. Subsequent changes work as expected.

 

On a Kendo Grid having at least one column of type string, with a default filter operator of, for example "eq" set, if I select a different operator and type a value in the filter cell, the GridComponent.filterChange event fires with the correct value, but the initial operator of "eq". Subsequent changes of the operator work as expected.

If instead I type in a value for the filter first, then select a different operator, it works as expected on the first try.

How may I obtain a filterChange event when first selecting a different filter operator, without necessarily typing something into the filter cell first?

Svet
Telerik team
 answered on 05 Oct 2020
2 answers
121 views

Scenario:
I have 2 dropdownlist, one dropdown, have selected one item and with 2nd dropdown valueChange event trying to reset by doing empty of 1st dropdown data aray but dropdown placeholder not getting removed.

Code Sample:
1st Dropdown
-------------------------------
<kendo-dropdownlist id="ddlf49979b5b8bab429c3fa" name="ddlf49979b5b8bab429c3fa" valuePrimitive="true" [(ngModel)]="one" #ddlf49979b5b8bab429c3fa="ngModel" (valueChange)="ddlOneChange($event)" [data]="ddr_source_ddlf49979b5b8bab429c3fa" [defaultItem]="ddlf49979b5b8bab429c3fa_defaultItem" textField="text" valueField="value"></kendo-dropdownlist>

2nd Dropdown
----------------------------

<kendo-dropdownlist id="ddlf49979b5b8bab429c3fb" name="ddlf49979b5b8bab429c3fb" valuePrimitive="true" [(ngModel)]="two" #ddlf49979b5b8bab429c3fb="ngModel" (valueChange)="ddlTwoChange($event)" [data]="ddr_source_ddlf49979b5b8bab429c3fb" [defaultItem]="ddlf49979b5b8bab429c3fb_defaultItem" textField="text" valueField="value"></kendo-dropdownlist>

TS:
-------------------------
 public ddr_source_ddlf49979b5b8bab429c3fa = [
    { text: "GL", value: "GL" },
    { text: "AH", value: "AH" },
    { text: "CP", value: "CP" },
  ];
  public ddlf49979b5b8bab429c3fa_defaultItem = { text: "Select", value: null };
  public ddlf49979b5b8bab429c3fb = [
    { text: "CN", value: "CN" },
    { text: "GL", value: "GL" },
  ];
  public ddlf49979b5b8bab429c3fb_defaultItem = { text: "Select", value: null };
//Change event for reset 1st dropdownlist
 ddlTwoChange(e) {
    this.ddr_source_ddlf49979b5b8bab429c3fa=[];
  }

Thanks,
Sushant

Sushant
Top achievements
Rank 1
Veteran
 answered on 05 Oct 2020
1 answer
536 views

Hi 

I have an Angular Kendo Grid.

I have to drag a row (or even a cell) to another div somewhere in the page.

That div should be able to get the drop event + data item and do something with that row data.

I saw options like ng-template, etc. Nothing which really respond my request.

I'll appreciate any help !!!

Thanks.

Martin Bechev
Telerik team
 answered on 02 Oct 2020
1 answer
121 views
Hi Team,

I have downloaded Angular Data Grid Component which is part of Kendo UI for Angular from public NPM registry.

I don't recall on the steps I followed when I installed using npm i @progress/kendo-angular-grid@3.14.4. And its been over 6 months. I can still use the grid component with out any issues.

How do I know if I have installed trial version or the licensed version ? 

If there is no difference between "licensed" and "non-licensed" versions, how do I make sure that I have licensed version for long-term use.
Please guide me, I am so confuse about this.
Hetali
Telerik team
 answered on 01 Oct 2020
1 answer
349 views
How to add confirmation dialogue while deleting a node from tree?
Hetali
Telerik team
 answered on 01 Oct 2020
1 answer
72 views
When will we be able to do more than just page?  Are there any plans for filters in the list box?
Svet
Telerik team
 answered on 01 Oct 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?