Telerik Forums
Kendo UI for Angular Forum
1 answer
62 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
96 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
118 views
I nee to add translate option for items word
Martin Bechev
Telerik team
 answered on 29 Sep 2020
1 answer
90 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
823 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
535 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
88 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
0 answers
1.0K+ views

Hello there,

have no idea to trigger the change event of dropdownlist

I need to set other inputs of my form ,if the code has a specific value,  at the onchange event
My html:

 

<div class="row">
    <div class="col-md-6">
        <mat-label id="title-t" class="required"></mat-label>
        <kendo-dropdownlist
            id="tID"
            [data]="dataSourceList"
            [textField]="'name'"
            [valueField]="'code'"
            formControlName="tList"
            (valueChange)="onChangeList($event)">
        </kendo-dropdownlist>
    </div>
</div>t;

My ts:

 

public onChangeList(e){
var t_code= e.code;
   console.log(t_code);
}

i want call event change in another function, something like this:
//tID.kendoDropDownList.change();

 

 

 

 

 

thanks,

Federico

rick
Top achievements
Rank 1
 asked on 24 Sep 2020
3 answers
631 views

right now we can see node index values we can get as sleeted values instead of this i need to get below

lets say we have unique ID value for each node items then we select the items on tree I need to get that  unique ID value as selected values

how can I achieve this ?

Martin Bechev
Telerik team
 answered on 24 Sep 2020
10 answers
4.9K+ views

Hello,

Having asked this question about how to set-min-width-for-columns, I wan to know is there any way to set max width fro columns in grid. As explained in that question, "when all column widths are explicitly set, and the cumulative column width is less than the available Grid width - the remaining width is distributed evenly between all columns"; however, in that case, I don't want some columns become wider than a certain point. For example, a check box column.

Is there any solution to prevent that?

Thanks,

Mojtaba

Martin Bechev
Telerik team
 answered on 24 Sep 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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
Bronze
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?