Telerik Forums
Kendo UI for Angular Forum
3 answers
2.0K+ views

Hi Team,

I am able to download Kendo UI components for angular without logging to Kendo account and it works as expected

I have paid a subscription and even after logging I get the same repository to download the components.

My question is what is the difference between paid and unpaid packages.

Since I have already downloaded the packages without logging in, how should I use it?

Let me know the process for the users who have a paid subscription.

 

 

 

Dimiter Topalov
Telerik team
 answered on 01 Oct 2020
5 answers
567 views

Any plan or timeline when the components will be compatible with Angular 7?

 

 

Thanks,

Bryian Tan

Dimiter Topalov
Telerik team
 answered on 01 Oct 2020
1 answer
196 views

Hello,

similar to a thread I opened last week regarding the NumericTextBox, there is, as far as I can see, at the moment no support for the numeric virtual keyboard to be shown on mobile devices. As stated in the other thread, this could be achieved by adding the HTML attribute inputmode="numeric" to the input element. After posting the thread, an issue has been created to add this to the NumericTextBox. Therefore, I wanted to ask if this will also be added for the DatePicker?

Thank you in advance,

Iris

Martin Bechev
Telerik team
 answered on 29 Sep 2020
1 answer
86 views
After setting "scrollable" property to true in kendo grid options, the kendo grid should render with a "k-grid-content" class in its table. This class helps with the scroll bar and it is missing. What is wrong? kindly help.
Martin Bechev
Telerik team
 answered on 29 Sep 2020
2 answers
128 views
Is it possible to change the text of the paging area in the grid?  I'm using Angular so I need to change items text  something like "1-10 of 50 data".
Chamal
Top achievements
Rank 1
Veteran
 answered on 29 Sep 2020
1 answer
157 views
I nee to add translate option for items word
Martin Bechev
Telerik team
 answered on 29 Sep 2020
1 answer
129 views

Hello,

I need to release my application with a limited set of preloaded loales (EN, DE, ES, FR, IT).

But i need to be able to add any locales at runitme, after the application release.

Maybe i did not understand well, but in this documentation:

https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/loading-data/#toc-loading-cldr-data

seems that i need to know the locales i need BEFORE the deploy. am i wrong?

How can i do? Any suggestions?

Thanks,

Benedetta

Svet
Telerik team
 answered on 28 Sep 2020
3 answers
873 views

I use next simple code for creating excel for export.

<kendo-excelexport #export [data]="data" [fileName]="fileName"> 
<ng-container *ngFor="let column of columns"> 
<kendo-excelexport-column [field]="column.datasource" [locked]="column.locked" [hidden]="column.hidden" [title]="column.title" [width]="column.width"> </kendo-excelexport-column> </ng-container> </kendo-excelexport>
Currently, hidden means remove (exclude) column from excel (actually don't add it).
My goal of the hidden property was - save the column inside excel, but make it visible none for the user. I mean, I want to set visible false for the first column in excel, and the user will see other columns. But when I read the excel file, I see all columns including visible false.
For example, we have columns Id, Name, Age. In excel we have default ordering of columns A(for Id column), B(for Name column), C(for Age column). After export users see inside the excel file only B, C columns. Column A visible false. When I read the file, I should see A, B, C columns. - This is my goal.
Is it possible (maybe with other property, or other libraries)?

 

Svet
Telerik team
 answered on 28 Sep 2020
1 answer
569 views

Hello,

We have a Kendo NumericTextBox in an Angular App that is going to be used on an Android phone. In standard HTML input elements it is possible to set the attribute "inputmode" to "numeric" for the virtual keyboard on mobile devices to be displayed numerical. For the app, we would need this behavior for the Kendo NumericTextBox component too. So far, I did not find a possibility to achieve this. Is there an existing possibility or a workaround (except for manually adding the attribute via querySelector)?

Georgi
Telerik team
 answered on 25 Sep 2020
1 answer
109 views

I am using angularjs and in 1 of the components I have my kendo grid <sales-kendo-grid-component>

I am trying to reuse that component in my <other-sales-component> where I have stored data $scope.otherSales that I want to populate kendo grid with.

// other sales component     

<div class="container">
  <h1>Sales from other sources</h1>
<sales-kendo-grid-component></sales-kendo-grid-component>
</div>

How do I bind my $scope.otherSales to populate grid that's coming from <sales-kendo-grid-component>

Viktor Tachev
Telerik team
 answered on 24 Sep 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?