Telerik Forums
Kendo UI for Angular Forum
4 answers
1.3K+ views

Hi team,

My company purchased two licenses for KendoUI angular and I am one of the senior software engineers. My question is how should I apply license for KendoUI angular version because I am using KendoUI component by installing packages from NPM which is publicly accessible for everyone. Is there any special build or something we missed? How do you guys validate licensing for KendoUI angular version? 

 

Looking forward to your reply. 

Thank you
Hadi 

Dimiter Topalov
Telerik team
 answered on 21 Oct 2020
3 answers
155 views
Hi, is it possible to customize in-cell editing. I need to save changes when a button is clicked inside cell in edit mode. Like in screenshot below
 
Martin Bechev
Telerik team
 answered on 19 Oct 2020
3 answers
82 views
Is it possible? I want to add an ID attribute to each tree element, <id=1> for example. Of course, the ID should be different for each element How can I do that?
Svet
Telerik team
 answered on 19 Oct 2020
2 answers
948 views
Is there a way to remove commas from the NumericTextBox?
Semie
Top achievements
Rank 1
 answered on 16 Oct 2020
1 answer
316 views

 

Hi,

The MaskedTextBox is missing some features of a regular TextBox:

  • adornments 
  • validation icons
  • clearButton / clearButtonIcon
  • placeholder
  • selectOnFocus
  • required validation

I think it would be logical if a MaskedTextBox should be a TextBox with mask functionality.  All input controls should be as consistent as possible.

 

Actually, the same question applies to the following input controls: 

  • kendo-numerictextbox
  • kendo-autocomplete
  • kendo-combobox
  • kendo-dropdownlist
  • kendo-multiselect
  • kendo-textarea

 

Could this be improved please?

Svet
Telerik team
 answered on 16 Oct 2020
5 answers
1.1K+ views

I would like to change the currency symbol globally, not per pipe/function or component.

So in my case I want to display amounts in "€", but the application's locale should be the default one (en-US).

I did not found anything in the documentation, any ideas?

Arthur
Top achievements
Rank 1
Veteran
 answered on 16 Oct 2020
0 answers
79 views
i want to load only the root item , but if i set the pageable property to true. this will call fetchchildren method after initializing the view. is there any solution or workaround to not invoke the fetchchildren at first. Instead it should only be called when the expand button is clicked
Mohesh
Top achievements
Rank 1
 asked on 16 Oct 2020
0 answers
448 views

i have query regarding the input the field

i want to assign dynamic value to field tag as in

 

<kendo-grid-column field="rsrce_{{group.resorceId}}">

      <ng-template kendoGridCellTemplate let-dataItem="dataItem">
            <input  style="width:69px;height:38px;border-radius: 5px;" type="textbox" [(ngModel)]="dataItem.rsrce_{{group.resorceId}}"  name="rsrceid" class="k-textbox" />
        </ng-template>

</kendo-grid-column>

so basically i am not able to do this because its giving me string interpolated error,  if i remove  kendoGridCellTemplate , its working as expected.

But my requirement is to implement kendoGridCellTemplate .

 

Please help here.

Vikas
Top achievements
Rank 1
Veteran
 asked on 16 Oct 2020
1 answer
1.4K+ views
Hi,

I'm using a dropDownList in a navigation bar and I'd like to reset the dropdown to display the [defaultItem] every time I click in another navigation button. The other buttons get highlighted to show that the user is at that location. So to avoid confusion, I want the dropdown to reset. These buttons are not Kendo components but <a> links and I'm planning to use "(click)="resetDropdown($event)" to call the action.

Here is my code:
     
<kendo-dropdownlist
  [defaultItem]="selectGateDefaultItem"
  [itemDisabled]="gateChecklistItemDisabled"
  [data]="gates | async"
  [textField]="'NAME'"
  [valueField]="'ID'"
  (selectionChange)="openGatePage($event)"
  [popupSettings]="{height: 100, width: 280}"
  [iconClass]= "gateIcon"
  id="gateChecklistDropdown"
  style="width: 250px"
>
  <ng-template kendoDropDownListItemTemplate let-dataItem>
    <span class="template">{{dataItem.NAME}}</span>
  </ng-template>
  <ng-template kendoDropDownListValueTemplate let-dataItem>
    <span class="selectedValueTemplate">{{ dataItem.NAME }}</span>
  </ng-template>
</kendo-dropdownlist>

Also, I'd like to know if I can change the color of the dropdown button (when in closed state). I was able to add an icon but I could not find a way to edit the color. 

Thanks,

Carla
Dimiter Topalov
Telerik team
 answered on 16 Oct 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?