Telerik Forums
Kendo UI for Angular Forum
2 answers
129 views

How do I control the animation duration in this case. What's the k-option? 

<div kendo-progress-bar="progressBar" k-options="options" ng-model="progress"                      style="width: 100%;">                                     </div>

 

mudi
Top achievements
Rank 1
Veteran
 answered on 15 May 2020
3 answers
2.8K+ views
Our team has several Kendo UI licenses.  We have been using Kendo UI for jQuery withour .NET web applications but are now looking at Angular. In the "Getting started" section for UI for Angular, I don't see anything that mentions including a license file etc.  So anyone can download and install the components via npm, its support that is the benefit of licensing?
Martin Bechev
Telerik team
 answered on 15 May 2020
4 answers
1.3K+ views

I want to Append month to year (2020) in Kendo Datepicker on left navigation pane. So the final output should be Jan-2020.

 

 

Bharat
Top achievements
Rank 1
Veteran
 answered on 14 May 2020
1 answer
167 views

The editor Toolbar color popup/palette does not allow selecting the same color twice in a row for a different word. This happens when you select from the pop-up color palette.

Use example from website https://www.telerik.com/kendo-angular-ui-develop/components/editor/tools/

Select a word, select a color, select another word, select same color (from the popup palette). Color for 2nd word never changes.

This works correctly in the AngularJS version of the Kendo editor, but not for the Angular version of the Kendo editor.

Petar
Telerik team
 answered on 12 May 2020
1 answer
443 views

Hello,

If you look at this example: https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/#toc-events, you will noticed that when someone click the clear all button (x) the blur event is raised.

It's possible to cancel this blur event?

It's possible to have somehow the same behavior like in the combobox case : https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/#toc-events ?

 

Thanks,
Alex

Svet
Telerik team
 answered on 12 May 2020
1 answer
93 views

Link and meta tags pasted from MS Word are missing the backslash when copy and pasted from MS Word.

Copy a link from MS Word and paste into editor, the link and meta closing tags are missing the backslash. '>'

Paste the same link into the AngularJS version and the link and meta closing tags are correct. '/>'

Petar
Telerik team
 answered on 12 May 2020
1 answer
808 views

Hello,

I am attempting to bind the ComboBox to an array of complex objects. For this, the "keyField" and "valueField" properties are required (valuePrimitive is set to true, in case that is relevant).

This works if I do not try to bind to those properties:

<kendo-combobox valueField="myField" textField="myTextField" ... ></kendo-combobox>

However, if I try to use one-way binding:

<kendo-combobox [valueField]="myFieldBinding" [textField]="myTextBinding" ...></kendo-combobox>

I get the following error:

"Expected textField and valueField options to be set. See http://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/#toc-bind-to-arrays-of-complex-data"

I am 100% sure that actual string values are being provided for "myFieldBinding" and "myTextBinding". Further, I tested it as follows as well:

<kendo-combobox [valueField]="'hardcodedStringValueField'" [textField]="'hardcodedStringTextField'" ...></kendo-combobox>

And I get the same error.

Dimiter Topalov
Telerik team
 answered on 12 May 2020
1 answer
1.0K+ views

Hi,

We have an application that has to be read in both Arabic and English which has a toggle that changes the localization between the two languages.

When the language is set to Arabic the date format changes from Gregorian to Hijri but we need the date format to always be Gregorian even when in Arabic.

Is there a way to intercept this in the localization and/or set a Gregorian format on the date tag that won't be overridden when the language changes?
Example of the date input field being used:

<input type="text" kendoTextBox class="form-control" value="{{currentContact?.dateOfBirth | date :'shortDate' }}" readonly="readonly">

Svet
Telerik team
 answered on 11 May 2020
5 answers
1.9K+ views

From the article https://www.telerik.com/kendo-angular-ui/components/grid/data-operations/filtering/built-in-template/#toc-hiding-row-filter-operators, it seems that I can specify the available filter operators for a grid column.

With the code below, should I expect to only see 'Contains' and 'Is Equal To' in the the filter menu?  I tried but the filter menu shows all filter operators.

<kendo-grid-column field="ProductName" title="Product Name">

   <ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">

       <kendo-grid-string-filter-menu [column]="column" [filter]="filter" [filterService]="filterService">

           <kendo-filter-contains-operator></kendo-filter-contains-operator>

           <kendo-filter-eq-operator></kendo-filter-eq-operator>

       </kendo-grid-string-filter-menu>

   </ng-template>

</kendo-grid-column>

Thanks for any clarification.

Dimiter Topalov
Telerik team
 answered on 11 May 2020
3 answers
612 views

Hello,

Our requirement is text should be wrap when user type long text in conversational UI input.

Currently it's showing in single line which make poor user experience . 

Please provide some work around in stackblitz demo. 

 

Thanks

 

Svet
Telerik team
 answered on 11 May 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?